Searched refs:once_cb (Results 1 - 1 of 1) sorted by relevance
/third_party/libuv/test/ | ||
H A D | test-timer.c | 51 static void once_cb(uv_timer_t* handle) { in once_cb() function 130 r = uv_timer_start(once, once_cb, i * 50, 0); in TEST_IMPL() |
Completed in 2 milliseconds