Arachne
0.1
|
This structure tracks the live threads on a single core. More...
#include <Arachne.h>
Public Attributes | |
uint64_t | occupied: 56 |
uint8_t | numOccupied: 8 |
The number of 1 bits in occupied. | |
This structure tracks the live threads on a single core.
uint64_t Arachne::MaskAndCount::occupied |
Each bit corresponds to a particular ThreadContext which has the idInCore corresponding to its index. 0 means this context is available for a new thread. 1 means this context is in use by a live thread.