RTEMS
Public Attributes | List of all members
_Scheduler_Control Struct Reference

Scheduler control. More...

#include <scheduler.h>

Public Attributes

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.
 
bool is_non_preempt_mode_supported
 True if the non-preempt mode for threads is supported by the scheduler, otherwise false.
 

Detailed Description

Scheduler control.

Definition at line 264 of file scheduler.h.

Member Data 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.

Definition at line 281 of file scheduler.h.


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