Skip to main content

pthread_rwlock_init

Function pthread_rwlock_init 

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