Home
last modified time | relevance | path

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

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