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

/external/chromium_org/sandbox/linux/services/
H A Dunix_domain_socket_unittest.cc66 // SendHello sends a "hello" to socket fd, and then blocks until the recipient
68 void SendHello(int fd) { function in namespace:sandbox::__anon10582
89 // (Implementation details: SendHello allocates a new pipe, sends us the writing
122 SendHello(send_sock.get());
156 SendHello(send_sock.get());
200 SendHello(send_sock.get());
261 SendHello(send_sock.get());

Completed in 1258 milliseconds