Home
last modified time | relevance | path

Searched refs:myUniqueThreads (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/common/
H A Dconcurrency_tracker.h86 static thread_local int myUniqueThreads; member
123 if (myUniqueThreads != myEpoch) { in operator()
125 myUniqueThreads = myEpoch; in operator()
169 thread_local int ExactConcurrencyLevel::myUniqueThreads;