Scheduler Strong APA
Release
|
Scheduler context and node definition for Strong APA scheduler. More...
#include <schedulerstrongapa.h>
Public Attributes | |
Scheduler_SMP_Context | Base |
Chain_Control | Ready |
Chain of all the ready and scheduled nodes present in the Strong APA scheduler. More... | |
Scheduler_strong_APA_CPU | CPU [RTEMS_ZERO_LENGTH_ARRAY] |
Stores cpu-specific variables. More... | |
Scheduler context and node definition for Strong APA scheduler.
Definition at line 128 of file schedulerstrongapa.h.
Scheduler_SMP_Context Scheduler_strong_APA_Context::Base |
Definition at line 132 of file schedulerstrongapa.h.
Scheduler_strong_APA_CPU Scheduler_strong_APA_Context::CPU[RTEMS_ZERO_LENGTH_ARRAY] |
Stores cpu-specific variables.
Definition at line 143 of file schedulerstrongapa.h.
Chain_Control Scheduler_strong_APA_Context::Ready |
Chain of all the ready and scheduled nodes present in the Strong APA scheduler.
Definition at line 138 of file schedulerstrongapa.h.