pub unsafe fn sys_pthread_cond_signal(condvar: *mut pthread_cond_t) -> c_int
Available on crate feature multitask only.
Expand description

Restarts one of the threads that are waiting on the condition variable.