Lines Matching refs:current_task
67 kmp_taskdata_t *current_task) { in __kmp_dephash_create() argument
72 if (current_task->td_flags.tasktype == TASK_IMPLICIT) in __kmp_dephash_create()
464 kmp_taskdata_t *current_task = thread->th.th_current_task; in __kmpc_omp_task_with_deps() local
469 if (!current_task->ompt_task_info.frame.enter_frame.ptr) in __kmpc_omp_task_with_deps()
470 current_task->ompt_task_info.frame.enter_frame.ptr = in __kmpc_omp_task_with_deps()
475 current_task ? &(current_task->ompt_task_info.task_data) : &task_data, in __kmpc_omp_task_with_deps()
476 current_task ? &(current_task->ompt_task_info.frame) : NULL, in __kmpc_omp_task_with_deps()
536 bool serial = current_task->td_flags.team_serial || in __kmpc_omp_task_with_deps()
537 current_task->td_flags.tasking_ser || in __kmpc_omp_task_with_deps()
538 current_task->td_flags.final; in __kmpc_omp_task_with_deps()
546 if (current_task->td_dephash == NULL) in __kmpc_omp_task_with_deps()
547 current_task->td_dephash = __kmp_dephash_create(thread, current_task); in __kmpc_omp_task_with_deps()
560 if (__kmp_check_deps(gtid, node, new_task, current_task->td_dephash, in __kmpc_omp_task_with_deps()
569 current_task->ompt_task_info.frame.enter_frame = ompt_data_none; in __kmpc_omp_task_with_deps()
589 current_task->ompt_task_info.frame.enter_frame = ompt_data_none; in __kmpc_omp_task_with_deps()
619 kmp_taskdata_t *current_task = thread->th.th_current_task; in __kmpc_omp_wait_deps() local
624 bool ignore = current_task->td_flags.team_serial || in __kmpc_omp_wait_deps()
625 current_task->td_flags.tasking_ser || in __kmpc_omp_wait_deps()
626 current_task->td_flags.final; in __kmpc_omp_wait_deps()
631 ignore = ignore || current_task->td_dephash == NULL; in __kmpc_omp_wait_deps()
643 if (!__kmp_check_deps(gtid, &node, NULL, current_task->td_dephash, in __kmpc_omp_wait_deps()