Expand description
Process Wait/Exit Infrastructure
Provides waitpid-style semantics for parent processes to wait on children.
Implements a global wait queue with notification and zombie collection.
Structs§
- Wait
Options - Options controlling
waitpidbehavior, modeled after POSIX flags.
Enums§
- Wait
Status - Status returned by
waitpiddescribing how a child changed state.
Functions§
- collect_
zombie - Clean up a zombie process after a successful wait.
- notify_
parent - Notify a parent process that a child has changed state.
- sys_
waitpid - Wait for a child process to change state.