Home
last modified time | relevance | path

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

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