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

  /external/chromium_org/chromeos/process_proxy/
process_output_watcher.cc 64 stop_fd_(stop_fd),
67 VerifyFileDescriptor(stop_fd_);
68 max_fd_ = std::max(out_fd_, stop_fd_);
80 CloseFd(&stop_fd_);
87 DCHECK_GE(stop_fd_, 0);
88 InitReadFdSet(out_fd_, stop_fd_, &rfds);
99 if (FD_ISSET(stop_fd_, &rfds)) {
process_output_watcher.h 70 int stop_fd_; member in class:chromeos::ProcessOutputWatcher

Completed in 809 milliseconds