Lines Matching defs:task
142 struct gomp_task *task = thr->task;
144 gomp_finish_task (task);
157 struct gomp_task *task;
164 task = thr->task;
165 icv = task ? &task->icv : &gomp_global_icv;
181 thr->task = &team->implicit_task[0];
183 gomp_init_task (thr->task, task, icv);
202 nthr->task = &team->implicit_task[i];
203 gomp_init_task (nthr->task, task, icv);