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

/bind-9.11.3/bin/tests/
H A Dtimer_test.c27 int tick_count = 0; variable
45 tick_count++;
46 if (ti3 != NULL && tick_count % 3 == 0)
49 if (ti3 != NULL && tick_count == 7) {

Completed in 10 milliseconds