Searched refs:SyncWatch (Results 1 – 8 of 8) sorted by relevance
32 virtual bool SyncWatch(const bool* should_stop) = 0;
48 bool SyncWatch(const bool* should_stop);
137 bool SyncWatch(const bool* should_stop);
195 bool Connector::SyncWatch(const bool* should_stop) { in SyncWatch() function in mojo::Connector204 return sync_watcher_->SyncWatch(should_stop); in SyncWatch()
36 bool SyncHandleWatcher::SyncWatch(const bool* should_stop) { in SyncWatch() function in mojo::SyncHandleWatcher
241 controller_->SyncWatch(&response_received); in AcceptWithResponder()
124 bool SyncWatch(const bool* should_stop) override { in SyncWatch() function in mojo::internal::MultiplexRouter::InterfaceEndpoint128 return sync_watcher_->SyncWatch(should_stop); in SyncWatch()
177 connector_.SyncWatch(&response_received); in AcceptWithResponder()