Lines Matching refs:current_task

122                                            kmp_taskdata_t *current_task) {  in __kmp_dephash_create()  argument
127 if (current_task->td_flags.tasktype == TASK_IMPLICIT) in __kmp_dephash_create()
519 kmp_taskdata_t *current_task = thread->th.th_current_task; in __kmpc_omp_task_with_deps() local
523 if (!current_task->ompt_task_info.frame.enter_frame.ptr) in __kmpc_omp_task_with_deps()
524 current_task->ompt_task_info.frame.enter_frame.ptr = in __kmpc_omp_task_with_deps()
528 &(current_task->ompt_task_info.task_data), in __kmpc_omp_task_with_deps()
529 &(current_task->ompt_task_info.frame), in __kmpc_omp_task_with_deps()
586 bool serial = current_task->td_flags.team_serial || in __kmpc_omp_task_with_deps()
587 current_task->td_flags.tasking_ser || in __kmpc_omp_task_with_deps()
588 current_task->td_flags.final; in __kmpc_omp_task_with_deps()
596 if (current_task->td_dephash == NULL) in __kmpc_omp_task_with_deps()
597 current_task->td_dephash = __kmp_dephash_create(thread, current_task); in __kmpc_omp_task_with_deps()
610 if (__kmp_check_deps(gtid, node, new_task, &current_task->td_dephash, in __kmpc_omp_task_with_deps()
619 current_task->ompt_task_info.frame.enter_frame = ompt_data_none; in __kmpc_omp_task_with_deps()
638 current_task->ompt_task_info.frame.enter_frame = ompt_data_none; in __kmpc_omp_task_with_deps()
645 void __ompt_taskwait_dep_finish(kmp_taskdata_t *current_task, in __ompt_taskwait_dep_finish() argument
651 current_task->ompt_task_info.frame.enter_frame.ptr = NULL; in __ompt_taskwait_dep_finish()
680 kmp_taskdata_t *current_task = thread->th.th_current_task; in __kmpc_omp_wait_deps() local
691 if (!current_task->ompt_task_info.frame.enter_frame.ptr) in __kmpc_omp_wait_deps()
692 current_task->ompt_task_info.frame.enter_frame.ptr = in __kmpc_omp_wait_deps()
696 &(current_task->ompt_task_info.task_data), in __kmpc_omp_wait_deps()
697 &(current_task->ompt_task_info.frame), taskwait_task_data, in __kmpc_omp_wait_deps()
755 bool ignore = current_task->td_flags.team_serial || in __kmpc_omp_wait_deps()
756 current_task->td_flags.tasking_ser || in __kmpc_omp_wait_deps()
757 current_task->td_flags.final; in __kmpc_omp_wait_deps()
760 ignore = ignore || current_task->td_dephash == NULL; in __kmpc_omp_wait_deps()
767 __ompt_taskwait_dep_finish(current_task, taskwait_task_data); in __kmpc_omp_wait_deps()
775 if (!__kmp_check_deps(gtid, &node, NULL, &current_task->td_dephash, in __kmpc_omp_wait_deps()
782 __ompt_taskwait_dep_finish(current_task, taskwait_task_data); in __kmpc_omp_wait_deps()
797 __ompt_taskwait_dep_finish(current_task, taskwait_task_data); in __kmpc_omp_wait_deps()