Function hermit::sys_spawn[][src]

#[no_mangle]
pub extern "C" fn sys_spawn(
    id: *mut Tid,
    func: extern "C" fn(_: usize),
    arg: usize,
    prio: u8,
    selector: isize
) -> i32