Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-shutdown-eof.c39 static int called_timer_cb; variable
81 ASSERT(called_timer_cb == 0); in shutdown_cb()
120 ASSERT(called_timer_cb == 1); in tcp_close_cb()
143 called_timer_cb++; in timer_cb()
183 ASSERT(called_timer_cb == 1); in TEST_IMPL()