Searched refs:gOutboundQueue (Results 1 – 2 of 2) sorted by relevance
121 FixedSizeBlockingQueue<PendingMessage, kOutboundQueueSize> gOutboundQueue; variable155 bool success = gOutboundQueue.push(message); in enqueueMessage()485 PendingMessage pendingMsg = gOutboundQueue.pop(); in chre_slpi_get_message_to_host()631 while (!gOutboundQueue.empty() && waitCount-- > 0) { in flushOutboundQueue()
164 gOutboundQueue; variable278 return gOutboundQueue.push(pendingMsg); in enqueueMessage()470 auto msg = gOutboundQueue.pop(); in vChreSendTask()