Skip to main content

nnosCreateThread

Function nnosCreateThread 

Source
pub unsafe extern "C" fn nnosCreateThread(
    t: *mut ThreadType,
    entry: ThreadFn,
    arg: *mut c_void,
    stack: *mut c_void,
    stack_size: usize,
    priority: i32,
) -> u32