Function hermit::sys_spawn2[][src]

#[no_mangle]
pub extern "C" fn sys_spawn2(
    func: extern "C" fn(_: usize),
    arg: usize,
    prio: u8,
    stack_size: usize,
    selector: isize
) -> Tid