Searched refs:timer_handle2 (Results 1 – 1 of 1) sorted by relevance
31 static uv_timer_t timer_handle2; variable46 uv_close((uv_handle_t*) &timer_handle2, close_cb); in check_cb()65 uv_timer_init(loop, &timer_handle2); in TEST_IMPL()66 uv_timer_start(&timer_handle2, timer_cb, 100000, 0); in TEST_IMPL()
Completed in 3 milliseconds