Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DThreadPool.cpp36 QueueCondition.wait(LockGuard, in ThreadPool()
88 QueueCondition.notify_one(); in asyncImpl()
98 QueueCondition.notify_all(); in ~ThreadPool()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DThreadPool.h88 std::condition_variable QueueCondition; variable