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

/bind-9.11.3/bin/tests/
H A Dshutdown_test.c41 static unsigned int task_count; variable
132 RUNTIME_CHECK(task_count < MAX_TASKS);
133 ti = &tasks[task_count];
142 snprintf(ti->name, sizeof(ti->name), "%d", task_count);
156 task_count++;

Completed in 10 milliseconds