Skip to main content

pthread_condattr_setpshared

Function pthread_condattr_setpshared 

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