Skip to main content

pthread_mutex_timedlock

Function pthread_mutex_timedlock 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pthread_mutex_timedlock( mutex: *mut pthread_mutex_t, abstime: &timespec, ) -> c_int
Expand description