Skip to main content

pthread_rwlockattr_getpshared

Function pthread_rwlockattr_getpshared 

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