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

  /external/libmojo/mojo/edk/system/
node_controller.h 325 // Guards |incoming_messages_| and |incoming_messages_task_posted_|.
330 bool incoming_messages_task_posted_ = false; member in class:mojo::edk::NodeController
node_controller.cc 778 incoming_messages_task_posted_ = false;
842 !incoming_messages_task_posted_;
843 incoming_messages_task_posted_ |= schedule_pump_task;
    [all...]

Completed in 304 milliseconds