Skip to main content

pthread_mutexattr_gettype

Function pthread_mutexattr_gettype 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pthread_mutexattr_gettype( attr: *const pthread_mutexattr_t, ty: &mut c_int, ) -> c_int
Expand description