Skip to main content

pthread_create

Function pthread_create 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pthread_create( pthread: *mut pthread_t, attr: *const pthread_attr_t, start_routine: extern "C" fn(arg: *mut c_void) -> *mut c_void, arg: *mut c_void, ) -> c_int
Expand description