RTEMS  5.0.0
Data Fields
Scheduler_SMP_Context Struct Reference

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

Detailed Description

Scheduler context specialization for SMP schedulers.

Field Documentation

◆ Idle_threads

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.


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