#include <ktypes.h>
Data Fields | |
unsigned char | state |
Context switch store. Keep this at the top of the structure. Context switch relies on this. | |
pid_t | pid |
Process State. | |
signed char | priority |
Unique Process Identifier. | |
signed char | is_allocated |
Process Priority. | |
queuep | blockq |
reent_t | reent |
Queue on which this process is currently blocked. |
|
If the PCB has been allocated 0 - Unallocated, 1 - Allocated |