Home
last modified time | relevance | path

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

/TaskScheduler/SchedulerTests/Tests/
H A DPriorityTests.cpp36 MT::Atomic32<int32> switchCountToNormal; in SUITE() local
118 switchCountToNormal.IncFetch(); in SUITE()
196 switchCountToNormal.Store(0); in SUITE()
244 CHECK_EQUAL(workersCount, switchCountToNormal.Load()); in SUITE()