Searched refs:sync_watcher_ (Results 1 – 4 of 4) sorted by relevance
103 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 …]
332 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()
471 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 …]
251 std::unique_ptr<SyncHandleWatcher> sync_watcher_; variable