OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:client_pipe_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ipc/
ipc_channel_posix.h
146
int
client_pipe_
;
member in class:IPC::Channel::ChannelImpl
147
base::Lock client_pipe_lock_; // Lock that protects |
client_pipe_
|.
ipc_channel_posix.cc
178
client_pipe_
(-1),
300
if (!SocketPair(&local_pipe, &
client_pipe_
))
302
PipeMap::GetInstance()->Insert(pipe_name_,
client_pipe_
);
533
return
client_pipe_
;
538
int fd =
client_pipe_
;
539
if (
client_pipe_
!= -1) {
541
client_pipe_
= -1;
548
if (
client_pipe_
!= -1) {
550
if (IGNORE_EINTR(close(
client_pipe_
)) < 0)
552
client_pipe_
= -1
[
all
...]
Completed in 692 milliseconds