RTEMS
|
Scheduler context specialization for SMP schedulers. More...
#include <schedulersmp.h>
Public Attributes | |
Scheduler_Context | Base |
Basic scheduler context. | |
Chain_Control | Scheduled |
The chain of scheduled nodes. | |
Chain_Control | Idle_threads |
Chain of the available idle threads. More... | |
Scheduler context specialization for SMP schedulers.
Definition at line 46 of file schedulersmp.h.
Chain_Control Scheduler_SMP_Context::Idle_threads |
Chain of the available idle threads.
Idle threads are used for the scheduler helping protocol. It is crucial that the idle threads preserve their relative order. This is the case for this priority based scheduler.
Definition at line 64 of file schedulersmp.h.