Skip to main content

pthread_cond_clockwait

Function pthread_cond_clockwait 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pthread_cond_clockwait( cond: *mut pthread_cond_t, mutex: *mut pthread_mutex_t, clock_id: clockid_t, timeout: *const timespec, ) -> c_int
Expand description