Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DThreadPool.cpp39 QueueCondition.wait(LockGuard, in ThreadPool()
95 QueueCondition.notify_one(); in asyncImpl()
105 QueueCondition.notify_all(); in ~ThreadPool()
/external/llvm/lib/Support/
DThreadPool.cpp38 QueueCondition.wait(LockGuard, in ThreadPool()
98 QueueCondition.notify_one(); in asyncImpl()
108 QueueCondition.notify_all(); in ~ThreadPool()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DThreadPool.h85 std::condition_variable QueueCondition; variable
/external/llvm/include/llvm/Support/
DThreadPool.h121 std::condition_variable QueueCondition; variable