Function clone
pub unsafe fn clone(
clone_flags: usize,
child_stack: *const c_void,
parent_tid: Option<&mut i32>,
child_tid: Option<&mut i32>,
tls: Option<*const c_void>,
) -> Result<i32, i32> ⓘ
Available on crate feature
dep_nc
only.Expand description
Create a child process.