|
brickOS Kernel Developer v0.9.0
|
priority chain data structure More...
#include <tm.h>

Public Attributes | |
| priority_t | priority |
| numeric priority level | |
| struct _pchain_t * | next |
| lower priority chain | |
| struct _pchain_t * | prev |
| higher priority chain | |
| struct _tdata_t * | ctid |
| current task in chain | |
| priority_t _pchain_t::priority |