Wakes all threads that are waiting on a condition variable.
cma_cond_broadcast(
condition);
Argument Data Type Access
condition opaque cma_t_cond read
#includevoid cma_cond_broadcast ( cma_t_cond *condition);
You can call this routine when the associated mutex is either locked or unlocked.
cma_e_existence cma_e_use_error