RTEMS  5.0.0
Data Structures | Enumerations | Functions
schedulersmp.h File Reference

SMP Scheduler API. More...

#include <rtems/score/chain.h>
#include <rtems/score/scheduler.h>

Go to the source code of this file.

Data Structures

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)
 

Detailed Description

SMP Scheduler API.