|
RTEMS CPU Kit with SuperCore
4.10.99.0
|
Constants and Structures Associated with the Scheduler. More...
#include <rtems/score/percpu.h>#include <rtems/score/chain.h>#include <rtems/score/priority.h>#include <rtems/score/prioritybitmap.h>#include <rtems/score/scheduler.inl>

Go to the source code of this file.
Data Structures | |
| struct | Scheduler_Operations |
| function jump table that holds pointers to the functions that implement specific schedulers. More... | |
| struct | Scheduler_Control |
| This is the structure used to manage the scheduler. More... | |
Defines | |
| #define | _Scheduler_Is_priority_lower_than(_p1, _p2) (_Scheduler_Priority_compare(_p1,_p2) < 0) |
| Macro testing whether p1 has lower priority than p2 in the intuitive sense of priority. | |
| #define | _Scheduler_Is_priority_higher_than(_p1, _p2) (_Scheduler_Priority_compare(_p1,_p2) > 0) |
| Macro testing whether p1 has higher priority than p2 in the intuitive sense of priority. | |
Functions | |
| void | _Scheduler_Handler_initialization (void) |
| Initializes the scheduler to the policy chosen by the user. | |
Variables | |
| Scheduler_Control | _Scheduler |
| The _Scheduler holds the structures used to manage the scheduler. | |
Constants and Structures Associated with the Scheduler.
This include file contains all the constants and structures associated with the scheduler.
1.7.5