Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DThreadPool.cpp73 CurrentPhaseCondition.wait( in waitForPhase()
93 CurrentPhaseCondition.notify_all(); in setPhase()
100 std::condition_variable CurrentPhaseCondition; member in ThreadPoolTest