Home
last modified time | relevance | path

Searched refs:timer_handle2 (Results 1 – 1 of 1) sorted by path

/libuv/test/
H A Dtest-close-order.c31 static uv_timer_t timer_handle2; variable
46 uv_close((uv_handle_t*) &timer_handle2, close_cb); in check_cb()
65 uv_timer_init(loop, &timer_handle2); in TEST_IMPL()
66 uv_timer_start(&timer_handle2, timer_cb, 100000, 0); in TEST_IMPL()

Completed in 4 milliseconds