Searched refs:wait_until_sock_readable (Results 1 – 3 of 3) sorted by relevance
35 int wait_until_sock_readable(int sock);
1028 int wait_until_sock_readable(int sock) in wait_until_sock_readable() function1180 int wait_until_sock_readable(int sock) in wait_until_sock_readable() function
103 if (!TEST_true(wait_until_sock_readable(ssock))) in test_quic_write_read()