BlockingReceive    88 components/nacl/loader/nacl_ipc_adapter.cc   return static_cast<ssize_t>(ToAdapter(handle)->BlockingReceive(msg));
BlockingReceive    97 components/nacl/loader/nacl_ipc_adapter.h   int BlockingReceive(NaClImcTypedMsgHdr* msg);
BlockingReceive    49 components/nacl/loader/nacl_ipc_adapter_unittest.cc     return adapter_->BlockingReceive(&msg);
BlockingReceive    89 components/nacl/loader/nacl_ipc_adapter_unittest.cc   int bytes_read = BlockingReceive(buf, kBufSize);
BlockingReceive   195 components/nacl/loader/nacl_ipc_adapter_unittest.cc   int bytes_read = BlockingReceive(buf, bytes_requested);
BlockingReceive   199 components/nacl/loader/nacl_ipc_adapter_unittest.cc   bytes_read += BlockingReceive(&buf[bytes_requested],
BlockingReceive   212 components/nacl/loader/nacl_ipc_adapter_unittest.cc   bytes_read = BlockingReceive(buf, kBufSize);
BlockingReceive   300 components/nacl/loader/nacl_ipc_adapter_unittest.cc   int result = BlockingReceive(buf, kBufSize);
BlockingReceive   305 components/nacl/loader/nacl_ipc_adapter_unittest.cc   result = BlockingReceive(buf, kBufSize);