Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/lib/
Dmultiplex_router.cc103 sync_watcher_.reset(); in DetachClient()
111 if (sync_watcher_) in SignalSyncMessageEvent()
112 sync_watcher_->SignalEvent(); in SignalSyncMessageEvent()
120 if (sync_watcher_) in ResetSyncMessageSignal()
121 sync_watcher_->ResetEvent(); in ResetSyncMessageSignal()
139 sync_watcher_->AllowWokenUpBySyncWatchOnSameSequence(); in AllowWokenUpBySyncWatchOnSameThread()
146 return sync_watcher_->SyncWatch(should_stop); in SyncWatch()
176 sync_watcher_.reset(); in OnSyncEventSignaled()
182 if (sync_watcher_) in EnsureSyncWatcherExists()
186 sync_watcher_ = in EnsureSyncWatcherExists()
[all …]
Dconnector.cc332 sync_watcher_->AllowWokenUpBySyncWatchOnSameThread(); in AllowWokenUpBySyncWatchOnSameThread()
344 return sync_watcher_->SyncWatch(should_stop); in SyncWatch()
419 sync_watcher_->AllowWokenUpBySyncWatchOnSameThread(); in WaitToReadMore()
518 sync_watcher_.reset(); in CancelWait()
556 if (sync_watcher_) in EnsureSyncWatcherExists()
558 sync_watcher_.reset(new SyncHandleWatcher( in EnsureSyncWatcherExists()
/external/libchrome/ipc/
Dipc_mojo_bootstrap.cc471 sync_watcher_.reset(); in DetachClient()
485 if (sync_watcher_) in SignalSyncMessageEvent()
486 sync_watcher_->SignalEvent(); in SignalSyncMessageEvent()
509 sync_watcher_->AllowWokenUpBySyncWatchOnSameSequence(); in AllowWokenUpBySyncWatchOnSameThread()
521 return sync_watcher_->SyncWatch(should_stop); in SyncWatch()
532 DCHECK(!sync_watcher_); in ~Endpoint()
564 sync_watcher_->ResetEvent(); in OnSyncMessageEventReady()
571 sync_watcher_.reset(); in OnSyncMessageEventReady()
576 if (sync_watcher_) in EnsureSyncWatcherExists()
580 sync_watcher_ = std::make_unique<mojo::SequenceLocalSyncEventWatcher>( in EnsureSyncWatcherExists()
[all …]
/external/libchrome/mojo/public/cpp/bindings/
Dconnector.h251 std::unique_ptr<SyncHandleWatcher> sync_watcher_; variable