Home
last modified time | relevance | path

Searched refs:stop_fd_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chromeos/process_proxy/
Dprocess_output_watcher.cc64 stop_fd_(stop_fd), in ProcessOutputWatcher()
67 VerifyFileDescriptor(stop_fd_); in ProcessOutputWatcher()
68 max_fd_ = std::max(out_fd_, stop_fd_); in ProcessOutputWatcher()
80 CloseFd(&stop_fd_); in ~ProcessOutputWatcher()
87 DCHECK_GE(stop_fd_, 0); in WatchProcessOutput()
88 InitReadFdSet(out_fd_, stop_fd_, &rfds); in WatchProcessOutput()
99 if (FD_ISSET(stop_fd_, &rfds)) { in WatchProcessOutput()
Dprocess_output_watcher.h70 int stop_fd_; variable