Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DThreadPool.cpp67 QueueCondition.wait(LockGuard, [&] { in processTasks()
131 QueueCondition.notify_all(); in processTasks()
183 QueueCondition.notify_all(); in ~ThreadPool()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DThreadPool.h166 QueueCondition.notify_one(); in asyncImpl()
199 std::condition_variable QueueCondition; variable
/llvm-project-15.0.7/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h90 std::condition_variable QueueCondition; variable
/llvm-project-15.0.7/llvm/lib/Debuginfod/
H A DDebuginfod.cpp240 QueueCondition.notify_one(); in push()
247 QueueCondition.wait(Guard, [&] { return !LogEntryQueue.empty(); }); in pop()