RTEMS
|
Scheduler control. More...
#include <scheduler.h>
Public Attributes | |
Scheduler_Context * | context |
Reference to a statically allocated scheduler context. | |
Scheduler_Operations | Operations |
The scheduler operations. | |
Priority_Control | maximum_priority |
The maximum priority value of this scheduler. More... | |
uint32_t | name |
The scheduler name. | |
bool | is_non_preempt_mode_supported |
True if the non-preempt mode for threads is supported by the scheduler, otherwise false. | |
Scheduler control.
Definition at line 264 of file scheduler.h.
Priority_Control _Scheduler_Control::maximum_priority |
The maximum priority value of this scheduler.
It defines the lowest (least important) thread priority for this scheduler. For example the idle threads have this priority.
Definition at line 281 of file scheduler.h.