Skip to main content

Module sched

Module sched 

Source

Structs§

CloneFlags
The flags passed to the clone and clone3 syscalls. While clone is documented as taking an i32 parameter for flags, in clone3 its a u64. Promote to u64 throughout.
SuidDump
The “dumpable” state, as manipulated via the prctl operations PR_SET_DUMPABLE and PR_GET_DUMPABLE.
linux_clone_args

Enums§

CloneResult

Functions§

clone
Safety
clone3
Safety
clone3_raw
Safety
clone_raw
Safety
fork
Safety
fork_raw
See fork(2).
sched_yield

Type Aliases§

clone_args