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

Wait for the condition variable to be signaled or timeout