RTEMS
Public Attributes | List of all members
Scheduler_SMP_Context Struct Reference

Scheduler context specialization for SMP schedulers. More...

#include <schedulersmp.h>

Public Attributes

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.

Definition at line 46 of file schedulersmp.h.

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

Definition at line 64 of file schedulersmp.h.


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