Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dconcurrency_tracker.h31 static thread_local std::uintptr_t ctNested; variable
50 std::uintptr_t nested = ctNested; in ConcurrencyTracker()
52 if ( !ctNested ) { in ConcurrencyTracker()
55 ctNested = 1; in ConcurrencyTracker()
63 static_cast<volatile std::uintptr_t&>(ctNested) = 0; in ~ConcurrencyTracker()
65 ctNested = 0; in ~ConcurrencyTracker()