RTEMS
Public Attributes | List of all members
Scheduler_priority_Ready_queue Struct Reference

Data for ready queue operations. More...

#include <schedulerpriority.h>

Public Attributes

unsigned int current_priority
 The thread priority currently used by the scheduler.
 
Chain_Controlready_chain
 
Priority_bit_map_Information Priority_map
 

Detailed Description

Data for ready queue operations.

Definition at line 85 of file schedulerpriority.h.

Member Data Documentation

◆ Priority_map

Priority_bit_map_Information Scheduler_priority_Ready_queue::Priority_map

This field contains precalculated priority map indices.

Definition at line 95 of file schedulerpriority.h.

◆ ready_chain

Chain_Control* Scheduler_priority_Ready_queue::ready_chain

This field points to the Ready FIFO for this thread's priority.

Definition at line 92 of file schedulerpriority.h.


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