Searched refs:shutdown_fd_ (Results 1 – 3 of 3) sorted by relevance
83 const int shutdown_fd_; member in __anon2101d4dc0111::ShutdownDetector89 : shutdown_fd_(shutdown_fd) { in ShutdownDetector()90 CHECK_NE(shutdown_fd_, -1); in ShutdownDetector()122 read(shutdown_fd_, in ThreadMain()
172 const int shutdown_fd_; member in __anond5654f200111::ShutdownDetector178 : shutdown_fd_(shutdown_fd) { in ShutdownDetector()179 CHECK_NE(shutdown_fd_, -1); in ShutdownDetector()210 read(shutdown_fd_, in ThreadMain()
156 shutdown_fd_(shutdown_fd) { in InotifyReaderTask()164 FD_SET(shutdown_fd_, &rfds); in Run()168 HANDLE_EINTR(select(std::max(inotify_fd_, shutdown_fd_) + 1, in Run()175 if (FD_ISSET(shutdown_fd_, &rfds)) in Run()212 int shutdown_fd_; member in base::files::__anon483d23560111::InotifyReaderTask