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

  /external/chromium_org/ipc/
ipc_channel_posix.cc 178 client_pipe_(-1),
300 if (!SocketPair(&local_pipe, &client_pipe_))
302 PipeMap::GetInstance()->Insert(pipe_name_, client_pipe_);
512 return client_pipe_;
517 int fd = client_pipe_;
518 if (client_pipe_ != -1) {
520 client_pipe_ = -1;
527 if (client_pipe_ != -1) {
529 if (HANDLE_EINTR(close(client_pipe_)) < 0)
531 client_pipe_ = -1
    [all...]
ipc_channel_posix.h 143 int client_pipe_; member in class:IPC::Channel::ChannelImpl
144 base::Lock client_pipe_lock_; // Lock that protects |client_pipe_|.

Completed in 171 milliseconds