Lines Matching refs:th_current_task

445                               thread->th.th_current_task)) {
465 KMP_FSYNC_RELEASING(thread->th.th_current_task); // releasing self
550 thread->th.th_current_task)) {
573 thread->th.th_current_task)) {
596 KMP_FSYNC_RELEASING(thread->th.th_current_task); // releasing self
616 0, this_thr, this_thr->th.th_current_task,
617 this_thr->th.th_current_task->td_parent));
619 this_thr->th.th_current_task = this_thr->th.th_current_task->td_parent;
624 0, this_thr, this_thr->th.th_current_task,
625 this_thr->th.th_current_task->td_parent));
641 tid, this_thr, this_thr->th.th_current_task,
647 if (this_thr->th.th_current_task != &team->t.t_implicit_task_taskdata[0]) {
649 this_thr->th.th_current_task;
650 this_thr->th.th_current_task = &team->t.t_implicit_task_taskdata[0];
655 this_thr->th.th_current_task = &team->t.t_implicit_task_taskdata[tid];
661 tid, this_thr, this_thr->th.th_current_task,
694 thread->th.th_current_task = taskdata;
780 kmp_taskdata_t *current_task = __kmp_threads[gtid]->th.th_current_task;
868 kmp_taskdata_t *current_task = __kmp_threads[gtid]->th.th_current_task;
1084 thread->th.th_current_task = resumed_task; // restore current_task
1221 thread->th.th_current_task = resumed_task;
1393 kmp_taskdata_t *task = thread->th.th_current_task;
1422 kmp_taskdata_t *task = thread->th.th_current_task;
1461 kmp_taskdata_t *parent_task = thread->th.th_current_task;
1989 kmp_taskdata_t *current_task = __kmp_threads[gtid]->th.th_current_task;
2075 kmp_taskdata_t *current_task = __kmp_threads[gtid]->th.th_current_task;
2230 taskdata = thread->th.th_current_task;
2365 taskdata = thread->th.th_current_task;
2519 kmp_taskgroup_t *tg = thread->th.th_current_task->td_taskgroup;
2663 tg = thread->th.th_current_task->td_taskgroup;
2670 if ((thread->th.th_current_task->is_taskgraph) &&
2673 tg = thread->th.th_current_task->td_taskgroup;
2784 gtid, thr->th.th_current_task->td_taskgroup));
2785 return (void *)thr->th.th_current_task->td_taskgroup;
2811 tg = thr->th.th_current_task->td_taskgroup;
2875 kmp_taskdata_t *taskdata = thread->th.th_current_task;
2909 kmp_taskdata_t *taskdata = thread->th.th_current_task;
3091 current = __kmp_threads[gtid]->th.th_current_task;
3194 thread->th.th_current_task)) {
3271 current = __kmp_threads[gtid]->th.th_current_task;
3368 kmp_taskdata_t *current_task = thread->th.th_current_task;
4886 kmp_taskdata_t *current_task = thread->th.th_current_task;
5145 kmp_taskdata_t *current_task = thread->th.th_current_task;
5146 thread->th.th_current_task = taskdata->td_parent;
5151 thread->th.th_current_task = current_task;
5230 kmp_taskdata_t *current_task = thread->th.th_current_task;
5436 kmp_taskdata_t *taskdata = thread->th.th_current_task;
5457 kmp_taskdata_t *taskdata = thread->th.th_current_task;
5533 kmp_taskdata_t *parent_task = thread->th.th_current_task;
5677 if (thread->th.th_current_task->td_dephash) {
5678 __kmp_dephash_free(thread, thread->th.th_current_task->td_dephash);
5679 thread->th.th_current_task->td_dephash = NULL;