|
Scheduler Strong APA
1.1
|
CPU structure to be used while traversing in the FIFO Queue. More...
#include <schedulerstrongapa.h>
Public Attributes | |
| Chain_Node | node |
| Chain node for _Scheduler_strong_APA_Get_highest_ready::Queue and _Scheduler_strong_APA_Get_lowest_scheduled::Queue. More... | |
| Per_CPU_Control | cpu |
| cpu associated with the node More... | |
CPU structure to be used while traversing in the FIFO Queue.
Definition at line 90 of file schedulerstrongapa.h.
| Per_CPU_Control CPU::cpu |
cpu associated with the node
Definition at line 102 of file schedulerstrongapa.h.
| Chain_Node CPU::node |
Chain node for _Scheduler_strong_APA_Get_highest_ready::Queue and _Scheduler_strong_APA_Get_lowest_scheduled::Queue.
Definition at line 97 of file schedulerstrongapa.h.
1.8.13