Searched refs:first_poll_handle (Results 1 – 1 of 1) sorted by relevance
48 uv_poll_t first_poll_handle, second_poll_handle; in TEST_IMPL() local65 &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 3 milliseconds