RTEMS
|
SMP Scheduler API. More...
Go to the source code of this file.
Classes | |
struct | Scheduler_SMP_Context |
Scheduler context specialization for SMP schedulers. More... | |
struct | Scheduler_SMP_Node |
Scheduler node specialization for SMP schedulers. More... | |
Enumerations | |
enum | Scheduler_SMP_Node_state { SCHEDULER_SMP_NODE_BLOCKED, SCHEDULER_SMP_NODE_SCHEDULED, SCHEDULER_SMP_NODE_READY } |
SMP scheduler node states. More... | |
Functions | |
void | _Scheduler_SMP_Start_idle (const Scheduler_Control *scheduler, Thread_Control *idle, struct Per_CPU_Control *cpu) |
Starts an idle thread on the specified cpu. More... | |
SMP Scheduler API.
Definition in file schedulersmp.h.