Expand description
Global process table implementation
The process table maintains a global view of all processes in the system and provides efficient lookup operations.
Structs§
- Process
Entry - Process table entry
- Process
Table - Global process table
Functions§
- add_
process - Add a process to the table
- get_
process - Get a process by PID
- get_
process_ mut - Get mutable access to a process
- init
- Initialize the process table
- process_
count - Get total number of processes
- process_
exists - Check if a process exists
- remove_
process - Remove a process from the table