Home
last modified time | relevance | path

Searched refs:timer_run_once_timer_cb (Results 1 - 1 of 1) sorted by relevance

/third_party/libuv/test/
H A Dtest-timer.c327 static void timer_run_once_timer_cb(uv_timer_t* handle) { in timer_run_once_timer_cb() function
336 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 1 milliseconds