Home
last modified time | relevance | path

Searched refs:poll_req (Results 1 – 1 of 1) sorted by relevance

/third_party/libuv/test/
Dtest-poll-oob.c36 static uv_poll_t poll_req[2]; variable
60 uv_poll_stop(&poll_req[0]); in idle_cb()
61 uv_poll_stop(&poll_req[1]); in idle_cb()
82 ASSERT(0 == uv_poll_stop(&poll_req[0])); in poll_cb()
83 ASSERT(0 == uv_poll_start(&poll_req[0], in poll_cb()
124 uv_poll_stop(&poll_req[1]); in poll_cb()
141 ASSERT(0 == uv_poll_init_socket(uv_default_loop(), &poll_req[0], client_fd)); in connection_cb()
142 ASSERT(0 == uv_poll_init_socket(uv_default_loop(), &poll_req[1], server_fd)); in connection_cb()
143 ASSERT(0 == uv_poll_start(&poll_req[0], in connection_cb()
146 ASSERT(0 == uv_poll_start(&poll_req[1], in connection_cb()