|
RTEMS CPU Kit with SuperCore
4.10.99.0
|
This is the structure used to manage the scheduler. More...
#include <scheduler.h>

Data Fields | |
| void * | information |
| This points to the data structure used to manage the ready set of tasks. | |
| Scheduler_Operations | Operations |
| The jump table for scheduler-specific functions. | |
This is the structure used to manage the scheduler.
This points to the data structure used to manage the ready set of tasks.
The pointer varies based upon the type of ready queue required by the scheduler.
Referenced by _Scheduler_priority_Ready_queue_initialize(), and _Scheduler_priority_Schedule_body().
1.7.5