RTEMS CPU Kit with SuperCore
|
The following record defines the information associated with each thread to manage its interaction with the priority bit maps. More...
#include <prioritybitmap.h>
Data Fields | |
Priority_bit_map_Word * | minor |
This is the address of minor bit map slot. More... | |
Priority_bit_map_Word | ready_major |
This is the priority bit map ready mask. More... | |
Priority_bit_map_Word | ready_minor |
This is the priority bit map ready mask. More... | |
Priority_bit_map_Word | block_major |
This is the priority bit map block mask. More... | |
Priority_bit_map_Word | block_minor |
This is the priority bit map block mask. More... | |
The following record defines the information associated with each thread to manage its interaction with the priority bit maps.
Priority_bit_map_Word Priority_bit_map_Information::block_major |
This is the priority bit map block mask.
Priority_bit_map_Word Priority_bit_map_Information::block_minor |
This is the priority bit map block mask.
Priority_bit_map_Word* Priority_bit_map_Information::minor |
This is the address of minor bit map slot.
Referenced by _Priority_bit_map_Add().
Priority_bit_map_Word Priority_bit_map_Information::ready_major |
This is the priority bit map ready mask.
Referenced by _Priority_bit_map_Add().
Priority_bit_map_Word Priority_bit_map_Information::ready_minor |
This is the priority bit map ready mask.
Referenced by _Priority_bit_map_Add().