Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DThreadPool.cpp38 QueueCondition.wait(LockGuard, in ThreadPool()
94 QueueCondition.notify_one(); in asyncImpl()
104 QueueCondition.notify_all(); in ~ThreadPool()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DThreadPool.h84 std::condition_variable QueueCondition; variable