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

Wait for the condition variable to be signaled