Arachne  0.1
Public Attributes | List of all members
Arachne::MaskAndCount Struct Reference

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.
 

Detailed Description

This structure tracks the live threads on a single core.

Member Data Documentation

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.


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