Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/
Dsync_handle_registry.h39 bool WatchAllHandles(const bool* should_stop[], size_t count);
/external/libmojo/mojo/public/cpp/bindings/lib/
Dsync_handle_registry.h40 bool WatchAllHandles(const bool* should_stop[], size_t count);
Dsync_handle_watcher.cc48 bool result = registry_->WatchAllHandles(should_stop_array, 2); in SyncWatch()
Dsync_handle_registry.cc60 bool SyncHandleRegistry::WatchAllHandles(const bool* should_stop[], in WatchAllHandles() function in mojo::SyncHandleRegistry