Structs§
- Clone
Flags - The flags passed to the
cloneandclone3syscalls. Whilecloneis documented as taking an i32 parameter for flags, inclone3its a u64. Promote to u64 throughout. - Suid
Dump - The “dumpable” state, as manipulated via the prctl operations
PR_SET_DUMPABLEandPR_GET_DUMPABLE. - linux_
clone_ args
Enums§
Functions§
- clone⚠
- Safety
- clone3⚠
- Safety
- clone3_
raw ⚠ - Safety
- clone_
raw ⚠ - Safety
- fork⚠
- Safety
- fork_
raw ⚠ - See
fork(2). - sched_
yield