RTEMS CPU Kit with SuperCore
4.11.3
|
Data for ready queue operations. More...
#include <schedulerpriority.h>
Data Fields | |
Chain_Control * | ready_chain |
This field points to the Ready FIFO for this thread's priority. More... | |
Priority_bit_map_Information | Priority_map |
This field contains precalculated priority map indices. More... | |
Data for ready queue operations.
Priority_bit_map_Information Scheduler_priority_Ready_queue::Priority_map |
This field contains precalculated priority map indices.
Referenced by _Scheduler_priority_Ready_queue_enqueue(), and _Scheduler_priority_Ready_queue_enqueue_first().
Chain_Control* Scheduler_priority_Ready_queue::ready_chain |
This field points to the Ready FIFO for this thread's priority.
Referenced by _Scheduler_priority_Ready_queue_enqueue(), _Scheduler_priority_Ready_queue_enqueue_first(), _Scheduler_priority_Ready_queue_extract(), and _Scheduler_priority_Ready_queue_update().