Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-poll-multiple-handles.c48 uv_poll_t first_poll_handle, second_poll_handle; in TEST_IMPL() local
65 &first_poll_handle, in TEST_IMPL()
71 ASSERT_OK(uv_poll_start(&first_poll_handle, UV_READABLE, poll_cb)); in TEST_IMPL()
85 ASSERT_OK(uv_poll_stop(&first_poll_handle)); in TEST_IMPL()
89 uv_close((uv_handle_t*) &first_poll_handle, close_cb); in TEST_IMPL()

Completed in 4 milliseconds