Lines Matching defs:task
161 struct gomp_task *task = thr->task;
163 gomp_finish_task (task);
176 struct gomp_task *task;
183 task = thr->task;
184 icv = task ? &task->icv : &gomp_global_icv;
200 thr->task = &team->implicit_task[0];
202 gomp_init_task (thr->task, task, icv);
221 nthr->task = &team->implicit_task[i];
222 gomp_init_task (nthr->task, task, icv);