Skip to main content

pthread_condattr_getpshared

Function pthread_condattr_getpshared 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pthread_condattr_getpshared( condattr: *const pthread_condattr_t, pshared: *mut c_int, ) -> c_int
Expand description