Home
last modified time | relevance | path

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

/external/libmojo/mojo/edk/system/
Dwatcher_set.cc13 WatcherSet::WatcherSet() {} in WatcherSet() function in mojo::edk::WatcherSet
15 WatcherSet::~WatcherSet() {} in ~WatcherSet()
17 void WatcherSet::NotifyForStateChange(const HandleSignalsState& state) { in NotifyForStateChange()
22 void WatcherSet::NotifyClosed() { in NotifyClosed()
27 MojoResult WatcherSet::Add(MojoHandleSignals signals, in Add()
46 MojoResult WatcherSet::Remove(uintptr_t context) { in Remove()
Dwatcher_set.h22 class WatcherSet {
24 WatcherSet();
25 ~WatcherSet();
48 DISALLOW_COPY_AND_ASSIGN(WatcherSet);
Dawakable_list.h64 WatcherSet watchers_;
/external/libchrome/base/files/
Dfile_path_watcher_linux.cc66 typedef std::set<FilePathWatcherImpl*> WatcherSet; typedef in base::__anon7f9c86bd0111::InotifyReader
72 hash_map<Watch, WatcherSet> watchers_;
334 for (WatcherSet::iterator watcher = watchers_[event->wd].begin(); in OnInotifyEvent()