Home
last modified time | relevance | path

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

/external/libmojo/mojo/edk/system/
Dnode_channel.cc768 PendingRelayMessageQueue pending_relays; in ProcessPendingMessagesWithMachPorts() local
772 pending_relays.swap(pending_relay_messages_); in ProcessPendingMessagesWithMachPorts()
774 DCHECK(pending_writes.empty() && pending_relays.empty()); in ProcessPendingMessagesWithMachPorts()
797 while (!pending_relays.empty()) { in ProcessPendingMessagesWithMachPorts()
798 ports::NodeName destination = pending_relays.front().first; in ProcessPendingMessagesWithMachPorts()
799 Channel::MessagePtr message = std::move(pending_relays.front().second); in ProcessPendingMessagesWithMachPorts()
800 pending_relays.pop(); in ProcessPendingMessagesWithMachPorts()