Home
last modified time | relevance | path

Searched refs:can_wake_up_during_any_watch_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/lib/
Dsequence_local_sync_event_watcher.cc214 if (top_watcher_ == watcher || watcher->can_wake_up_during_any_watch_) { in OnEventSignaled()
277 can_wake_up_during_any_watch_ = true; in AllowWokenUpBySyncWatchOnSameSequence()
/external/libchrome/mojo/public/cpp/bindings/
Dsequence_local_sync_event_watcher.h62 bool can_wake_up_during_any_watch_ = false; variable