Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DThreadPool.cpp36 QueueCondition.wait(LockGuard, in ThreadPool()
96 QueueCondition.notify_one(); in asyncImpl()
106 QueueCondition.notify_all(); in ~ThreadPool()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h91 std::condition_variable QueueCondition; variable