Home
last modified time | relevance | path

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

/TaskScheduler/SchedulerTests/Tests/
H A DPlatformTests.cpp102 MT::Atomic32Base<uint32> needExitWait = { 0 }; in SUITE() local
129 while (needExitWait.Load() == 0) in SUITE()
162 needExitWait.Store(0); in SUITE()
243 needExitWait.Store(1); in SUITE()