Home
last modified time | relevance | path

Searched refs:shutdown_fd_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/
Dbrowser_main_posix.cc83 const int shutdown_fd_; member in __anon2101d4dc0111::ShutdownDetector
89 : shutdown_fd_(shutdown_fd) { in ShutdownDetector()
90 CHECK_NE(shutdown_fd_, -1); in ShutdownDetector()
122 read(shutdown_fd_, in ThreadMain()
/external/chromium_org/chrome/browser/
Dchrome_browser_main_posix.cc172 const int shutdown_fd_; member in __anond5654f200111::ShutdownDetector
178 : shutdown_fd_(shutdown_fd) { in ShutdownDetector()
179 CHECK_NE(shutdown_fd_, -1); in ShutdownDetector()
210 read(shutdown_fd_, in ThreadMain()
/external/chromium/base/files/
Dfile_path_watcher_linux.cc156 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