Lines Matching refs:pipe_
95 int pipe_; member in IPC::ChannelNacl::ReaderThreadRunner
108 : pipe_(pipe), in ReaderThreadRunner()
116 bool success = ReadDataOnReaderThread(pipe_, msg_contents.get()); in Run()
136 pipe_(-1), in ChannelNacl()
153 if (pipe_ == -1) { in Connect()
165 pipe_, in Connect()
192 close(pipe_); in Close()
193 pipe_ = -1; in Close()
224 if (pipe_ == -1) in DidRecvMsg()
251 DCHECK(pipe_ == -1); in CreatePipe()
264 pipe_ = channel_handle.socket.fd; in CreatePipe()
274 if (pipe_ == -1) in ProcessOutgoingMessages()
299 ssize_t bytes_written = imc_sendmsg(pipe_, &msgh, 0); in ProcessOutgoingMessages()
308 << pipe_ in ProcessOutgoingMessages()
318 << " on fd " << pipe_; in ProcessOutgoingMessages()
332 if (pipe_ == -1) in ReadData()