OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WatchAllHandles
(Results
1 - 4
of
4
) sorted by null
/external/libmojo/mojo/public/cpp/bindings/lib/
sync_handle_registry.h
40
bool
WatchAllHandles
(const bool* should_stop[], size_t count);
sync_handle_watcher.cc
44
// This object may be destroyed during the
WatchAllHandles
() call. So we have
45
// to preserve the boolean that
WatchAllHandles
uses.
48
bool result = registry_->
WatchAllHandles
(should_stop_array, 2);
sync_handle_registry.cc
60
bool SyncHandleRegistry::
WatchAllHandles
(const bool* should_stop[],
/external/libmojo/mojo/public/cpp/bindings/
sync_handle_registry.h
39
bool
WatchAllHandles
(const bool* should_stop[], size_t count);
Completed in 120 milliseconds