Searched refs:timer1_handle (Results 1 – 1 of 1) sorted by relevance
25 static uv_timer_t timer1_handle; variable81 ASSERT_OK(uv_timer_init(loop, &timer1_handle)); in TEST_IMPL()82 ASSERT_OK(uv_timer_start(&timer1_handle, timer1_cb, 1, 0)); in TEST_IMPL()
Completed in 4 milliseconds