HomeSort by relevance Sort by last modified time
    Searched refs:receiving_messages (Results 1 - 6 of 6) sorted by null

  /external/libmojo/mojo/edk/system/ports/
node.h 43 bool receiving_messages; member in struct:mojo::edk::ports::PortStatus
ports_unittest.cc 1114 EXPECT_FALSE(status.receiving_messages);
    [all...]
node.cc 259 port_status->receiving_messages = CanAcceptMoreMessages(port);
    [all...]
  /external/libmojo/mojo/edk/system/
data_pipe_consumer_dispatcher.cc 522 if (rv != ports::OK || !port_status.receiving_messages) {
data_pipe_producer_dispatcher.cc 500 if (rv != ports::OK || !port_status.receiving_messages) {
message_pipe_dispatcher.cc 504 if (port_status.receiving_messages)

Completed in 1001 milliseconds