Searched refs:ctNested (Results 1 – 1 of 1) sorted by relevance
31 static thread_local std::uintptr_t ctNested; variable50 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()