Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_scheduler_mix.cpp547 static thread_local std::size_t arenaLevel = 0; in do_it() local
569 if (entry.second > arenaLevel) { in do_it()
571 auto oldArenaLevel = arenaLevel; in do_it()
572 arenaLevel = entry.second; in do_it()
574 arenaLevel = oldArenaLevel; in do_it()