Lines Matching refs:th_current_task

429                               thread->th.th_current_task)) {  in __kmp_push_priority_task()
449 KMP_FSYNC_RELEASING(thread->th.th_current_task); // releasing self in __kmp_push_priority_task()
534 thread->th.th_current_task)) { in __kmp_push_task()
557 thread->th.th_current_task)) { in __kmp_push_task()
580 KMP_FSYNC_RELEASING(thread->th.th_current_task); // releasing self in __kmp_push_task()
600 0, this_thr, this_thr->th.th_current_task, in __kmp_pop_current_task_from_thread()
601 this_thr->th.th_current_task->td_parent)); in __kmp_pop_current_task_from_thread()
603 this_thr->th.th_current_task = this_thr->th.th_current_task->td_parent; in __kmp_pop_current_task_from_thread()
608 0, this_thr, this_thr->th.th_current_task, in __kmp_pop_current_task_from_thread()
609 this_thr->th.th_current_task->td_parent)); in __kmp_pop_current_task_from_thread()
625 tid, this_thr, this_thr->th.th_current_task, in __kmp_push_current_task_to_thread()
631 if (this_thr->th.th_current_task != &team->t.t_implicit_task_taskdata[0]) { in __kmp_push_current_task_to_thread()
633 this_thr->th.th_current_task; in __kmp_push_current_task_to_thread()
634 this_thr->th.th_current_task = &team->t.t_implicit_task_taskdata[0]; in __kmp_push_current_task_to_thread()
639 this_thr->th.th_current_task = &team->t.t_implicit_task_taskdata[tid]; in __kmp_push_current_task_to_thread()
645 tid, this_thr, this_thr->th.th_current_task, in __kmp_push_current_task_to_thread()
678 thread->th.th_current_task = taskdata; in __kmp_task_start()
764 kmp_taskdata_t *current_task = __kmp_threads[gtid]->th.th_current_task; in __kmpc_omp_task_begin_if0_template()
844 kmp_taskdata_t *current_task = __kmp_threads[gtid]->th.th_current_task; in __kmpc_omp_task_begin()
1026 thread->th.th_current_task = resumed_task; // restore current_task in __kmp_task_finish()
1138 thread->th.th_current_task = resumed_task; in __kmp_task_finish()
1294 kmp_taskdata_t *task = thread->th.th_current_task; in __kmp_finish_implicit_task()
1320 kmp_taskdata_t *task = thread->th.th_current_task; in __kmp_free_implicit_task()
1359 kmp_taskdata_t *parent_task = thread->th.th_current_task; in __kmp_task_alloc()
1869 kmp_taskdata_t *current_task = __kmp_threads[gtid]->th.th_current_task; in __kmpc_omp_task_parts()
1908 kmp_taskdata_t *current_task = __kmp_threads[gtid]->th.th_current_task; in __kmp_omp_task()
2063 taskdata = thread->th.th_current_task; in __kmpc_omp_taskwait_template()
2199 taskdata = thread->th.th_current_task; in __kmpc_omp_taskyield()
2353 kmp_taskgroup_t *tg = thread->th.th_current_task->td_taskgroup; in __kmp_task_reduction_init()
2475 tg = thread->th.th_current_task->td_taskgroup; in __kmpc_task_reduction_get_th_data()
2580 gtid, thr->th.th_current_task->td_taskgroup)); in __kmp_task_reduction_modifier_init()
2581 return (void *)thr->th.th_current_task->td_taskgroup; in __kmp_task_reduction_modifier_init()
2607 tg = thr->th.th_current_task->td_taskgroup; in __kmp_task_reduction_modifier_init()
2671 kmp_taskdata_t *taskdata = thread->th.th_current_task; in __kmpc_taskgroup()
2705 kmp_taskdata_t *taskdata = thread->th.th_current_task; in __kmpc_end_taskgroup()
2886 current = __kmp_threads[gtid]->th.th_current_task; in __kmp_get_priority_task()
2989 thread->th.th_current_task)) { in __kmp_remove_my_task()
3066 current = __kmp_threads[gtid]->th.th_current_task; in __kmp_steal_task()
3163 kmp_taskdata_t *current_task = thread->th.th_current_task; in __kmp_execute_tasks_template()
4618 kmp_taskdata_t *current_task = thread->th.th_current_task; in __kmp_taskloop_linear()
4866 kmp_taskdata_t *current_task = thread->th.th_current_task; in __kmp_taskloop_recur()
4867 thread->th.th_current_task = taskdata->td_parent; in __kmp_taskloop_recur()
4872 thread->th.th_current_task = current_task; in __kmp_taskloop_recur()
4942 kmp_taskdata_t *current_task = thread->th.th_current_task; in __kmp_taskloop()