Wakes one thread that is waiting on a condition variable.
cma_cond_signal(
condition);
Argument Data Type Access
condition opaque cma_t_cond read
#includevoid cma_cond_signal ( cma_t_cond *condition);
You can call this routine when the associated mutex is either locked or unlocked.
If you want to signal a thread from interrupt level, use cma_cond_ signal_int.
Do not call this routine from any software interrupt handler.
cma_e_existence cma_e_use_error