Searched refs:stop_fd_ (Results 1 – 2 of 2) sorted by relevance
64 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()
70 int stop_fd_; variable