23 #ifndef _RTEMS_SCORE_SCHEDULERSMP_H 24 #define _RTEMS_SCORE_SCHEDULERSMP_H 115 void _Scheduler_SMP_Start_idle(
Scheduler context specialization for SMP schedulers.
Definition: schedulersmp.h:44
Chain_Control Scheduled
The chain of scheduled nodes.
Definition: schedulersmp.h:53
This scheduler node is blocked.
Definition: schedulersmp.h:74
Scheduler context.
Definition: scheduler.h:249
Priority_Control priority
The current priority of thread owning this node.
Definition: schedulersmp.h:112
Scheduler_SMP_Node_state state
The state of this node.
Definition: schedulersmp.h:107
uint64_t Priority_Control
The thread priority control.
Definition: priority.h:66
Per CPU Core Structure.
Definition: percpu.h:290
This scheduler node is ready.
Definition: schedulersmp.h:92
Scheduler_Context Base
Basic scheduler context.
Definition: schedulersmp.h:48
The scheduler node is scheduled.
Definition: schedulersmp.h:84
Scheduler node specialization for SMP schedulers.
Definition: schedulersmp.h:98
Chain_Control Idle_threads
Chain of the available idle threads.
Definition: schedulersmp.h:62
Scheduler_Node Base
Basic scheduler node.
Definition: schedulersmp.h:102
Scheduler control.
Definition: scheduler.h:266
Scheduler node for per-thread data.
Definition: schedulernode.h:65
Constants and Structures Associated with the Scheduler.
Scheduler_SMP_Node_state
SMP scheduler node states.
Definition: schedulersmp.h:68