RTEMS  5.0.0
Data Fields
_Scheduler_Control Struct Reference

Scheduler control. More...

#include <scheduler.h>

Data Fields

Scheduler_Contextcontext
 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.
 

Detailed Description

Scheduler control.

Field Documentation

◆ maximum_priority

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.


The documentation for this struct was generated from the following file: