RTEMS
Public Attributes | List of all members
Priority_bit_map_Control Struct Reference

Public Attributes

Priority_bit_map_Word major_bit_map
 Each sixteen bit entry in this word is associated with one of the sixteen entries in the bit map.
 
Priority_bit_map_Word bit_map [16]
 Each bit in the bit map indicates whether or not there are threads ready at a particular priority. More...
 

Detailed Description

Definition at line 42 of file prioritybitmap.h.

Member Data Documentation

◆ bit_map

Priority_bit_map_Word Priority_bit_map_Control::bit_map[16]

Each bit in the bit map indicates whether or not there are threads ready at a particular priority.

The mapping of individual priority levels to particular bits is processor dependent as is the value of each bit used to indicate that threads are ready at that priority.

Definition at line 57 of file prioritybitmap.h.


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