Skip to main content

pthread_key_create

Function pthread_key_create 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pthread_key_create( key_ptr: *mut pthread_key_t, destructor: Option<extern "C" fn(value: *mut c_void)>, ) -> c_int
Expand description