Searched refs:timer2_cb (Results 1 – 1 of 1) sorted by relevance
60 static void timer2_cb(uv_timer_t* handle) { in timer2_cb() function84 ASSERT_OK(uv_timer_start(&timer2_handle, timer2_cb, 86400 * 1000, 0)); in TEST_IMPL()
Completed in 4 milliseconds