Function linux_api::sched::clone_raw

source ·
pub unsafe fn clone_raw(
    flags: c_ulong,
    stack: c_ulong,
    parent_tid: *mut c_int,
    child_tid: *mut c_int,
    tls: c_ulong,
) -> Result<c_long, Errno>
Expand description

§Safety

Too many requirements to list here. See clone(2).