Searched refs:ti (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/
H A Dshutdown_test.c136 t_info *ti; local
141 ti = &tasks[task_count];
142 ti->mctx = mctx;
143 ti->task = NULL;
144 ti->timer = NULL;
145 ti->ticks = 0;
147 INSIST(strlen(name) < sizeof(ti->name));
148 strcpy(ti->name, name);
150 sprintf(ti->name, "%d", task_count);
151 RUNTIME_CHECK(isc_task_create(task_manager, 0, &ti
[all...]

Completed in 15 milliseconds