Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/lib/
Dconnector.cc192 sync_watcher_->AllowWokenUpBySyncWatchOnSameThread(); in AllowWokenUpBySyncWatchOnSameThread()
204 return sync_watcher_->SyncWatch(should_stop); in SyncWatch()
251 sync_watcher_->AllowWokenUpBySyncWatchOnSameThread(); in WaitToReadMore()
309 sync_watcher_.reset(); in CancelWait()
347 if (sync_watcher_) in EnsureSyncWatcherExists()
349 sync_watcher_.reset(new SyncHandleWatcher( in EnsureSyncWatcherExists()
Dmultiplex_router.cc90 sync_watcher_.reset(); in DetachClient()
121 sync_watcher_->AllowWokenUpBySyncWatchOnSameThread(); in AllowWokenUpBySyncWatchOnSameThread()
128 return sync_watcher_->SyncWatch(should_stop); in SyncWatch()
140 DCHECK(!sync_watcher_); in ~InterfaceEndpoint()
168 sync_watcher_.reset(); in OnHandleReady()
174 if (sync_watcher_) in EnsureSyncWatcherExists()
186 sync_watcher_.reset(new SyncHandleWatcher( in EnsureSyncWatcherExists()
248 std::unique_ptr<SyncHandleWatcher> sync_watcher_; member in mojo::internal::MultiplexRouter::InterfaceEndpoint
/external/libmojo/mojo/public/cpp/bindings/
Dconnector.h193 std::unique_ptr<SyncHandleWatcher> sync_watcher_; variable