Skip to main content

pthread_rwlock_timedrdlock

Function pthread_rwlock_timedrdlock 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pthread_rwlock_timedrdlock( rwlock: *mut pthread_rwlock_t, abstime: *const timespec, ) -> c_int
Expand description