Searched defs:ipc_channel (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/nacl/zygote/
H A Dnacl_fork_delegate_linux.cc91 // Send an IPC request on |ipc_channel|. The request is contained in
95 // This code assumes that only one thread can write to |ipc_channel| to make
97 bool SendIPCRequestAndReadReply(int ipc_channel, argument
107 if (!UnixDomainSocket::SendMsg(ipc_channel, request_pickle.data(),
116 UnixDomainSocket::RecvMsg(ipc_channel, reply_data_buffer,

Completed in 254 milliseconds