RTEMS
5.0.0
|
Scheduler context specialization for SMP schedulers. More...
#include <schedulersmp.h>
Data Fields | |
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.
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.