Lines Matching defs:tasks
1375 * Set up the iterator and global state before starting the tasks.
1387 * Clean up the iterator and global state after the tasks complete.
3125 isc_task_t **tasks = NULL;
3765 tasks = isc_mem_get(mctx, ntasks * sizeof(isc_task_t *));
3766 if (tasks == NULL)
3769 tasks[i] = NULL;
3770 result = isc_task_create(taskmgr, 0, &tasks[i]);
3790 tasks[i]);
3802 isc_task_detach(&tasks[i]);
3804 isc_mem_put(mctx, tasks, ntasks * sizeof(isc_task_t *));