Scheduler Strong APA
Release
|
CPU related variables and a CPU_Control to implement BFS. More...
#include <schedulerstrongapa.h>
Public Attributes | |
Per_CPU_Control * | cpu |
CPU in a queue. More... | |
Scheduler_Node * | preempting_node |
The node that would preempt this CPU. More... | |
bool | visited |
Whether or not this cpu has been added to the queue (visited in BFS). More... | |
Scheduler_Node * | executing |
The node currently executing on this cpu. More... | |
CPU related variables and a CPU_Control to implement BFS.
Definition at line 101 of file schedulerstrongapa.h.
Per_CPU_Control* Scheduler_strong_APA_CPU::cpu |
CPU in a queue.
Definition at line 106 of file schedulerstrongapa.h.
Scheduler_Node* Scheduler_strong_APA_CPU::executing |
The node currently executing on this cpu.
Definition at line 122 of file schedulerstrongapa.h.
Scheduler_Node* Scheduler_strong_APA_CPU::preempting_node |
The node that would preempt this CPU.
Definition at line 111 of file schedulerstrongapa.h.
bool Scheduler_strong_APA_CPU::visited |
Whether or not this cpu has been added to the queue (visited in BFS).
Definition at line 117 of file schedulerstrongapa.h.