Searched refs:timer_counter_cb (Results 1 – 1 of 1) sorted by relevance
179 static void timer_counter_cb(uv_timer_t* handle) { in timer_counter_cb() function1616 ASSERT(0 == uv_timer_start(&timer, timer_counter_cb, 10, 0)); in TEST_IMPL()