Home
last modified time | relevance | path

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

/external/llvm/unittests/ExecutionEngine/Orc/
DRPCUtilsTest.cpp30 QueueChannel(Queue &InQueue, Queue &OutQueue) in QueueChannel() argument
31 : InQueue(InQueue), OutQueue(OutQueue) {} in QueueChannel()
51 std::lock_guard<std::mutex> Lock(OutQueue.getLock()); in appendBytes()
53 OutQueue.push(*Src++); in appendBytes()
61 Queue &OutQueue; member in QueueChannel