Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DThreadPool.cpp38 QueueCondition.wait(LockGuard, in ThreadPool()
95 QueueCondition.notify_one(); in asyncImpl()
105 QueueCondition.notify_all(); in ~ThreadPool()
/external/llvm/include/llvm/Support/
DThreadPool.h120 std::condition_variable QueueCondition; variable