Skip to main content

Module process

Module process 

Source
Expand description

The definition of a process (its data and state)

Authors: MarioS271

Structs§

Process
Represents all necessary data to manage processes
SavedRegs
The saved CPU registers for when execution was paused by the scheduler

Enums§

ProcessStatus
The status of a process

Type Aliases§

AtomicPid
Type which represents an atomic PID
Pid
Type which represents a PID