Searched defs:ti3 (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/tests/
H A Dtimer_test.c26 isc_timer_t *ti1, *ti2, *ti3; variable
46 if (ti3 != NULL && tick_count % 3 == 0)
47 isc_timer_touch(ti3);
49 if (ti3 != NULL && tick_count == 7) {
56 printf("*** resetting ti3 ***\n");
57 RUNTIME_CHECK(isc_timer_reset(ti3, isc_timertype_once,
150 &interval, t3, timeout, three, &ti3) ==
165 isc_timer_detach(&ti3);

Completed in 11 milliseconds