Skip to main content

sys_clone

Function sys_clone 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn sys_clone( id: *mut Tid, func: extern "C" fn(usize), arg: usize, ) -> i32
Expand description

Creates a new thread based on the configuration of the current thread.