Function axlibc::pthread_cond_wait

source ·
#[no_mangle]
pub unsafe extern "C" fn 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