Skip to main content

thrd_create

Function thrd_create 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn thrd_create( thrd: *mut thrd_t, start: thrd_start_t, arg: *mut c_void, ) -> c_int
Expand description