Expand description
Process Control Block (PCB) implementation
The PCB is the core data structure representing a process in the kernel. It contains all the information needed to manage a process.
Structs§
- Memory
Stats - Memory usage statistics
- Process
- Process Control Block
- Process
Builder - Process builder for convenient process creation
- Process
Id - Process ID type
Enums§
- Process
Priority - Process priority
- Process
State - Process state