Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-timer.c246 static void zero_timeout_cb(uv_timer_t* handle) { in zero_timeout_cb() function
247 ASSERT_OK(uv_timer_start(handle, zero_timeout_cb, 0, 0)); in zero_timeout_cb()
259 ASSERT_OK(uv_timer_start(&timer, zero_timeout_cb, 0, 0)); in TEST_IMPL()

Completed in 4 milliseconds