Searched refs:timer_run_once_timer_cb (Results 1 – 1 of 1) sorted by relevance
297 static void timer_run_once_timer_cb(uv_timer_t* handle) { in timer_run_once_timer_cb() function306 ASSERT(0 == uv_timer_start(&timer_handle, timer_run_once_timer_cb, 0, 0)); in TEST_IMPL()310 ASSERT(0 == uv_timer_start(&timer_handle, timer_run_once_timer_cb, 1, 0)); in TEST_IMPL()