Function arceos_posix_api::sys_pthread_cond_broadcast
source · pub unsafe fn sys_pthread_cond_broadcast(condvar: *mut pthread_cond_t) -> c_intAvailable on crate feature
multitask only.Expand description
Restarts all the threads that are waiting on the condition variable.