Home
last modified time | relevance | path

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

/third_party/libuv/test/
Dtest-tcp-close-while-connecting.c53 static void timer1_cb(uv_timer_t* handle) { in timer1_cb() function
82 ASSERT(0 == uv_timer_start(&timer1_handle, timer1_cb, 1, 0)); in TEST_IMPL()