Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-tcp-close-while-connecting.c26 static uv_timer_t timer2_handle; variable
46 uv_timer_stop(&timer2_handle); in connect_cb()
83 ASSERT_OK(uv_timer_init(loop, &timer2_handle)); in TEST_IMPL()
84 ASSERT_OK(uv_timer_start(&timer2_handle, timer2_cb, 86400 * 1000, 0)); in TEST_IMPL()

Completed in 4 milliseconds