Searched refs:timer_counter_cb (Results 1 – 1 of 1) sorted by relevance
182 static void timer_counter_cb(uv_timer_t* handle) { in timer_counter_cb() function1789 ASSERT_OK(uv_timer_start(&timer, timer_counter_cb, 10, 0)); in TEST_IMPL()
Completed in 10 milliseconds