Home
last modified time | relevance | path

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

/external/libmojo/mojo/edk/system/ports/
Dnode.cc36 if (port->last_sequence_num_to_receive == next_sequence_num - 1) in CanAcceptMoreMessages()
633 port->last_sequence_num_to_receive = last_sequence_num; in OnObserveProxyAck()
660 port->last_sequence_num_to_receive = last_sequence_num; in OnObserveClosure()
916 data.last_sequence_num = port0->last_sequence_num_to_receive; in MergePorts_Locked()
925 data.last_sequence_num = port1->last_sequence_num_to_receive; in MergePorts_Locked()
979 port_descriptor->last_sequence_num_to_receive = in WillSendPort()
980 port->last_sequence_num_to_receive; in WillSendPort()
997 port->last_sequence_num_to_receive = in AcceptPort()
998 port_descriptor.last_sequence_num_to_receive; in AcceptPort()
1003 << port->last_sequence_num_to_receive << "]"; in AcceptPort()
[all …]
Dport.cc15 last_sequence_num_to_receive(0), in Port()
Dport.h38 uint64_t last_sequence_num_to_receive; variable
Devent.h30 uint64_t last_sequence_num_to_receive; member