Searched refs:OutQueue (Results 1 – 1 of 1) sorted by relevance
30 QueueChannel(Queue &InQueue, Queue &OutQueue) in QueueChannel() argument31 : 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