Skip to main content

pthread_attr_getdetachstate

Function pthread_attr_getdetachstate 

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