RTEMS CPU Kit with SuperCore  4.10.99.0
Data Fields
Scheduler_Control Struct Reference

This is the structure used to manage the scheduler. More...

#include <scheduler.h>

Collaboration diagram for Scheduler_Control:
Collaboration graph
[legend]

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.

Detailed Description

This is the structure used to manage the scheduler.


Field Documentation

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().


The documentation for this struct was generated from the following file: