Searched refs:poll_for_read_with_timeout (Results 1 – 1 of 1) sorted by relevance
195 int poll_for_read_with_timeout(void* arg) { in poll_for_read_with_timeout() function224 int thrd_create_result = thrd_create(&poll_thread, poll_for_read_with_timeout, &poll_args); in socketpair_shutdown_self_wr_poll_test()246 int thrd_create_result = thrd_create(&poll_thread, poll_for_read_with_timeout, &poll_args); in socketpair_shutdown_peer_wr_poll_test()
Completed in 3 milliseconds