Searched refs:timer_run_once_timer_cb (Results 1 – 1 of 1) sorted by relevance
327 static void timer_run_once_timer_cb(uv_timer_t* handle) { in timer_run_once_timer_cb() function336 ASSERT_OK(uv_timer_start(&timer_handle, timer_run_once_timer_cb, 0, 0)); in TEST_IMPL()340 ASSERT_OK(uv_timer_start(&timer_handle, timer_run_once_timer_cb, 1, 0)); in TEST_IMPL()
Completed in 4 milliseconds