reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp_taskdeps.cpp
  521     if (!current_task->ompt_task_info.frame.enter_frame.ptr)
  522       current_task->ompt_task_info.frame.enter_frame.ptr =
  527           current_task ? &(current_task->ompt_task_info.task_data) : &task_data,
  527           current_task ? &(current_task->ompt_task_info.task_data) : &task_data,
  528           current_task ? &(current_task->ompt_task_info.frame) : NULL,
  528           current_task ? &(current_task->ompt_task_info.frame) : NULL,
  588   bool serial = current_task->td_flags.team_serial ||
  589                 current_task->td_flags.tasking_ser ||
  590                 current_task->td_flags.final;
  596     if (current_task->td_dephash == NULL)
  597       current_task->td_dephash = __kmp_dephash_create(thread, current_task);
  597       current_task->td_dephash = __kmp_dephash_create(thread, current_task);
  610     if (__kmp_check_deps(gtid, node, new_task, &current_task->td_dephash,
  619         current_task->ompt_task_info.frame.enter_frame = ompt_data_none;
  639     current_task->ompt_task_info.frame.enter_frame = ompt_data_none;