Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-fs-event.c68 static int timer_cb_exact_called; variable
373 if (timer_cb_exact_called == 0) { in timer_cb_exact()
382 ++timer_cb_exact_called; in timer_cb_exact()
645 ASSERT(timer_cb_exact_called == 2); in TEST_IMPL()