Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DThreadPool.cpp69 QueueCondition.wait(LockGuard, [&] { in processTasks()
133 QueueCondition.notify_all(); in processTasks()
185 QueueCondition.notify_all(); in ~ThreadPool()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h166 QueueCondition.notify_one(); in asyncImpl()
199 std::condition_variable QueueCondition; variable
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h110 std::condition_variable QueueCondition; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp332 QueueCondition.notify_one(); in push()
339 QueueCondition.wait(Guard, [&] { return !LogEntryQueue.empty(); }); in pop()