Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/lib/
Dsequence_local_sync_event_watcher.cc30 std::map<const SequenceLocalSyncEventWatcher*, scoped_refptr<WatcherState>>;
56 class SequenceLocalSyncEventWatcher::SequenceLocalState {
85 const SequenceLocalSyncEventWatcher* watcher) { in RegisterWatcher()
115 void SignalForWatcher(const SequenceLocalSyncEventWatcher* watcher) { in SignalForWatcher()
129 void ResetForWatcher(const SequenceLocalSyncEventWatcher* watcher) { in ResetForWatcher()
139 bool SyncWatch(const SequenceLocalSyncEventWatcher* watcher, in SyncWatch()
145 const SequenceLocalSyncEventWatcher* outer_watcher = top_watcher_; in SyncWatch()
189 const SequenceLocalSyncEventWatcher* top_watcher_ = nullptr;
195 base::flat_set<const SequenceLocalSyncEventWatcher*> ready_watchers_;
202 void SequenceLocalSyncEventWatcher::SequenceLocalState::OnEventSignaled() { in OnEventSignaled()
[all …]
Dmultiplex_router.cc187 std::make_unique<SequenceLocalSyncEventWatcher>(base::BindRepeating( in EnsureSyncWatcherExists()
222 std::unique_ptr<SequenceLocalSyncEventWatcher> sync_watcher_;
/external/libchrome/mojo/public/cpp/bindings/
Dsequence_local_sync_event_watcher.h30 class MOJO_CPP_BINDINGS_EXPORT SequenceLocalSyncEventWatcher {
32 explicit SequenceLocalSyncEventWatcher(
34 ~SequenceLocalSyncEventWatcher();
64 DISALLOW_COPY_AND_ASSIGN(SequenceLocalSyncEventWatcher);
/external/libchrome/ipc/
Dipc_mojo_bootstrap.cc580 sync_watcher_ = std::make_unique<mojo::SequenceLocalSyncEventWatcher>( in EnsureSyncWatcherExists()
603 std::unique_ptr<mojo::SequenceLocalSyncEventWatcher> sync_watcher_;