HomeSort by relevance Sort by last modified time
    Searched defs:pipe_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_node_pipe.h 27 ScopedEventEmitterPipe pipe_; member in class:nacl_io::MountNodePipe
  /external/chromium_org/ipc/
ipc_channel_nacl.h 69 int pipe_; member in class:IPC::Channel::ChannelImpl
ipc_channel_win.h 70 HANDLE pipe_; member in class:IPC::Channel::ChannelImpl
ipc_channel_nacl.cc 85 int pipe_; member in class:IPC::Channel::ChannelImpl::ReaderThreadRunner
98 : pipe_(pipe),
107 bool success = ReadDataOnReaderThread(pipe_, msg_contents.get());
126 pipe_(-1),
142 if (pipe_ == -1) {
154 pipe_,
179 close(pipe_);
180 pipe_ = -1;
207 if (pipe_ == -1)
231 DCHECK(pipe_ == -1)
    [all...]
ipc_channel_posix.h 142 int pipe_; member in class:IPC::Channel::ChannelImpl
145 // pipe_ that is passed to the client.
  /external/chromium_org/remoting/host/win/
wts_session_process_delegate.cc 130 base::win::ScopedHandle pipe_; member in class:remoting::WtsSessionProcessDelegate::Core
251 pipe_.Close();
260 pipe_.Close();
276 DCHECK(!pipe_.IsValid());
309 if (!get_named_pipe_client_pid_(pipe_, &pid)) {
348 DCHECK(!pipe_.IsValid());
425 pipe_ = pipe.Pass();
498 pipe_.Close();

Completed in 3846 milliseconds