RTEMS
5.0.0
|
Scheduler control. More...
#include <scheduler.h>
Data Fields | |
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. | |
Scheduler control.
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.