Lines Matching defs:base
5 #include "base/files/file_path_watcher.h"
19 #include "base/eintr_wrapper.h"
20 #include "base/file_path.h"
21 #include "base/file_util.h"
22 #include "base/hash_tables.h"
23 #include "base/lazy_instance.h"
24 #include "base/logging.h"
25 #include "base/memory/scoped_ptr.h"
26 #include "base/message_loop.h"
27 #include "base/message_loop_proxy.h"
28 #include "base/synchronization/lock.h"
29 #include "base/task.h"
30 #include "base/threading/thread.h"
32 namespace base {
58 friend struct ::base::DefaultLazyInstanceTraits<InotifyReader>;
66 base::hash_map<Watch, WatcherSet> watchers_;
69 base::Lock lock_;
72 base::Thread thread_;
217 static base::LazyInstance<InotifyReader> g_inotify_reader(
218 base::LINKER_INITIALIZED);
255 base::AutoLock auto_lock(lock_);
275 base::AutoLock auto_lock(lock_);
292 base::AutoLock auto_lock(lock_);
373 set_message_loop(base::MessageLoopProxy::CreateForCurrentThread());
462 } // namespace base