Home
last modified time | relevance | path

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

/third_party/libuv/test/
Dtest-tcp-close-while-connecting.c60 static void timer2_cb(uv_timer_t* handle) { in timer2_cb() function
84 ASSERT(0 == uv_timer_start(&timer2_handle, timer2_cb, 86400 * 1000, 0)); in TEST_IMPL()