HomeSort by relevance Sort by last modified time
    Searched refs:shutdown_fd_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/
browser_main_posix.cc 83 const int shutdown_fd_; member in class:__anon3881::ShutdownDetector
89 : shutdown_fd_(shutdown_fd) {
90 CHECK_NE(shutdown_fd_, -1);
122 read(shutdown_fd_,
  /external/chromium/base/files/
file_path_watcher_linux.cc 156 shutdown_fd_(shutdown_fd) {
164 FD_SET(shutdown_fd_, &rfds);
168 HANDLE_EINTR(select(std::max(inotify_fd_, shutdown_fd_) + 1,
175 if (FD_ISSET(shutdown_fd_, &rfds))
212 int shutdown_fd_; member in class:base::files::__anon3613::InotifyReaderTask

Completed in 7873 milliseconds