Searched refs:InotifyReaderThreadDelegate (Results 1 – 2 of 2) sorted by relevance
91 class InotifyReaderThreadDelegate final : public PlatformThread::Delegate { class93 explicit InotifyReaderThreadDelegate(int inotify_fd) in InotifyReaderThreadDelegate() function in base::__anone35f38bb0111::InotifyReaderThreadDelegate95 InotifyReaderThreadDelegate(const InotifyReaderThreadDelegate&) = delete;96 InotifyReaderThreadDelegate& operator=(const InotifyReaderThreadDelegate&) =98 ~InotifyReaderThreadDelegate() override = default;166 InotifyReaderThreadDelegate thread_delegate_;292 void InotifyReaderThreadDelegate::ThreadMain() { in ThreadMain()
48 class InotifyReaderThreadDelegate final : public PlatformThread::Delegate { class50 InotifyReaderThreadDelegate(int inotify_fd) : inotify_fd_(inotify_fd){}; in InotifyReaderThreadDelegate() function in base::__anonf5cb3bf30111::InotifyReaderThreadDelegate52 ~InotifyReaderThreadDelegate() override = default;59 DISALLOW_COPY_AND_ASSIGN(InotifyReaderThreadDelegate);103 InotifyReaderThreadDelegate thread_delegate_;221 void InotifyReaderThreadDelegate::ThreadMain() { in ThreadMain()