Searched refs:timer2_handle (Results 1 – 1 of 1) sorted by relevance
26 static uv_timer_t timer2_handle; variable46 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 3 milliseconds