Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-tcp-close-while-connecting.c25 static uv_timer_t timer1_handle; variable
81 ASSERT_OK(uv_timer_init(loop, &timer1_handle)); in TEST_IMPL()
82 ASSERT_OK(uv_timer_start(&timer1_handle, timer1_cb, 1, 0)); in TEST_IMPL()

Completed in 3 milliseconds