Structs§
- Clone
Flags - The flags passed to the
clone
andclone3
syscalls. Whileclone
is documented as taking an i32 parameter for flags, inclone3
its a u64. Promote to u64 throughout. - Suid
Dump - The “dumpable” state, as manipulated via the prctl operations
PR_SET_DUMPABLE
andPR_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