RTEMS
|
Public Attributes | |
Scheduler_SMP_Context | Base |
int64_t | generations [2] |
Current generation for LIFO (index 0) and FIFO (index 1) ordering. | |
Chain_Control | Affine_queues |
Chain of ready queues with affine threads to determine the highest priority ready thread. | |
Scheduler_EDF_SMP_Ready_queue | Ready [RTEMS_ZERO_LENGTH_ARRAY] |
A table with ready queues. More... | |
Definition at line 85 of file scheduleredfsmp.h.
Scheduler_EDF_SMP_Ready_queue Scheduler_EDF_SMP_Context::Ready[RTEMS_ZERO_LENGTH_ARRAY] |
A table with ready queues.
The index zero queue is used for threads with a one-to-all processor affinity. Index one corresponds to processor index zero, and so on.
Definition at line 105 of file scheduleredfsmp.h.