Home
last modified time | relevance | path

Searched refs:SyncHandleWatcher (Results 1 – 5 of 5) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/lib/
Dsync_handle_watcher.cc11 SyncHandleWatcher::SyncHandleWatcher( in SyncHandleWatcher() function in mojo::SyncHandleWatcher
23 SyncHandleWatcher::~SyncHandleWatcher() { in ~SyncHandleWatcher()
31 void SyncHandleWatcher::AllowWokenUpBySyncWatchOnSameThread() { in AllowWokenUpBySyncWatchOnSameThread()
36 bool SyncHandleWatcher::SyncWatch(const bool* should_stop) { in SyncWatch()
58 void SyncHandleWatcher::IncrementRegisterCount() { in IncrementRegisterCount()
66 void SyncHandleWatcher::DecrementRegisterCount() { in DecrementRegisterCount()
Dconnector.cc349 sync_watcher_.reset(new SyncHandleWatcher( in EnsureSyncWatcherExists()
Dmultiplex_router.cc186 sync_watcher_.reset(new SyncHandleWatcher( in EnsureSyncWatcherExists()
248 std::unique_ptr<SyncHandleWatcher> sync_watcher_;
/external/libmojo/mojo/public/cpp/bindings/
Dsync_handle_watcher.h28 class SyncHandleWatcher {
31 SyncHandleWatcher(const Handle& handle,
35 ~SyncHandleWatcher();
69 DISALLOW_COPY_AND_ASSIGN(SyncHandleWatcher);
Dconnector.h193 std::unique_ptr<SyncHandleWatcher> sync_watcher_;