RTEMS  5.1
Data Fields
Priority_bit_map_Control Struct Reference

Data Fields

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

Field 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.


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