Searched refs:create_socket_fdio_pair (Results 1 – 1 of 1) sorted by relevance
15 static bool create_socket_fdio_pair(zx_handle_t* socket_out, int* fd_out) { in create_socket_fdio_pair() function49 if (!create_socket_fdio_pair(&s, &fd) || !set_nonblocking_io(fd)) { in socket_recvmsg_nonblock_boundary_test()108 if (!create_socket_fdio_pair(&s, &fd) || !set_nonblocking_io(fd)) { in socket_sendmsg_nonblock_boundary_test()
Completed in 3 milliseconds