Skip to main content

pthread_rwlock_trywrlock

Function pthread_rwlock_trywrlock 

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