RTEMS
|
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... | |
Definition at line 42 of file prioritybitmap.h.
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.