OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sync_watcher_
(Results
1 - 2
of
2
) sorted by null
/external/libmojo/mojo/public/cpp/bindings/
connector.h
203
std::unique_ptr<SyncHandleWatcher>
sync_watcher_
;
member in class:mojo::Connector
/external/libmojo/mojo/public/cpp/bindings/lib/
multiplex_router.cc
106
sync_watcher_
.reset();
155
sync_watcher_
->AllowWokenUpBySyncWatchOnSameThread();
162
return
sync_watcher_
->SyncWatch(should_stop);
174
DCHECK(!
sync_watcher_
);
199
sync_watcher_
.reset();
205
if (
sync_watcher_
)
226
sync_watcher_
.reset(new SyncHandleWatcher(
269
std::unique_ptr<SyncHandleWatcher>
sync_watcher_
;
member in class:mojo::internal::MultiplexRouter::InterfaceEndpoint
Completed in 265 milliseconds