Module linux_api::sched

source ·

Structs§

  • 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.
  • The “dumpable” state, as manipulated via the prctl operations PR_SET_DUMPABLE and PR_GET_DUMPABLE.

Enums§

Functions§

Type Aliases§