Searched refs:zero_timeout_cb (Results 1 – 1 of 1) sorted by relevance
246 static void zero_timeout_cb(uv_timer_t* handle) { in zero_timeout_cb() function247 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