Scheduler Strong APA
Pre-Release
|
Struct for each index of the variable size arrays. More...
#include <schedulerstrongapa.h>
Public Attributes | |
Scheduler_Node * | caller |
The node that called this CPU, i.e. More... | |
Per_CPU_Control * | cpu |
Cpu at the index of Scheduler_strong_APA_Context::Struct in Queue implementation. More... | |
bool | visited |
Indicates if the CPU at the index of Scheduler_strong_APA_Context::Struct is already added to the Queue or not. More... | |
Struct for each index of the variable size arrays.
Definition at line 90 of file schedulerstrongapa.h.
Scheduler_Node* Scheduler_strong_APA_Struct::caller |
The node that called this CPU, i.e.
a node which has the cpu at the index of Scheduler_strong_APA_Context::Struct in its affinity set.
Definition at line 97 of file schedulerstrongapa.h.
Per_CPU_Control* Scheduler_strong_APA_Struct::cpu |
Cpu at the index of Scheduler_strong_APA_Context::Struct in Queue implementation.
Definition at line 103 of file schedulerstrongapa.h.
bool Scheduler_strong_APA_Struct::visited |
Indicates if the CPU at the index of Scheduler_strong_APA_Context::Struct is already added to the Queue or not.
Definition at line 110 of file schedulerstrongapa.h.