Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
DQueueChannel.h53 std::condition_variable &getCondVar() { return CV; } in getCondVar() function
90 InQueue->getCondVar().wait(Lock); in readBytes()
112 OutQueue->getCondVar().notify_one(); in appendBytes()