Lines Matching defs:tasks
83 isc_task_t *tasks[TASKS];
96 * Create our tasks, and allocate an event to get the counters going.
99 tasks[i] = NULL;
100 CHECK(isc_task_create(task_manager, 0, &tasks[i]));
103 isc_task_sendanddetach(&tasks[i], &event);
141 isc_task_t *tasks[TASKS];
154 * Create our tasks, and allocate an event to get the counters going.
157 tasks[i] = NULL;
158 CHECK(isc_task_create(task_manager, 0, &tasks[i]));
161 isc_task_sendanddetach(&tasks[i], &event);
205 isc_task_t *tasks[TASKS];
220 * Create our tasks, and allocate an event to get the counters
224 tasks[i] = NULL;
225 CHECK(isc_task_create(task_manager, 0, &tasks[i]));
229 isc_task_sendanddetach(&tasks[i], &event);
279 isc_task_t *tasks[TASKS];
294 * Create our tasks, and allocate an event to get the counters going.
297 tasks[i] = NULL;
298 CHECK(isc_task_create(task_manager, 0, &tasks[i]));
301 isc_task_sendanddetach(&tasks[i], &event);