54 std::thread::id
const tid;
std::thread::id const tid
Thread identifier of the owning worker.
Definition ThreadData.hpp:54
uint32_t nestedLevel
Current inline execution depth.
Definition ThreadData.hpp:71
ThreadData(std::thread::id id)
Construct thread data for a specific worker thread.
Definition ThreadData.hpp:49