Home
last modified time | relevance | path

Searched refs:tiny_timer_cb (Results 1 – 1 of 1) sorted by relevance

/libuv/test/
H A Dtest-timer.c271 static void tiny_timer_cb(uv_timer_t* handle) { in tiny_timer_cb() function
283 ASSERT_OK(uv_timer_start(&tiny_timer, tiny_timer_cb, 1, 0)); in TEST_IMPL()
285 tiny_timer_cb, in TEST_IMPL()
288 ASSERT_OK(uv_timer_start(&huge_timer2, tiny_timer_cb, (uint64_t) -1, 0)); in TEST_IMPL()

Completed in 6 milliseconds