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

References

projects/openmp/runtime/src/kmp_csupport.cpp
  297         ompt_frame = &(lwt->ompt_task_info.frame);
projects/openmp/runtime/src/kmp_runtime.cpp
 1529           exit_frame_p = &(lw_taskteam.ompt_task_info.frame.exit_frame.ptr);
 1923         lwt.ompt_task_info.frame.exit_frame = ompt_data_none;
projects/openmp/runtime/src/kmp_wait_release.h
  263         tId = &(team->ompt_task_info.task_data);
projects/openmp/runtime/src/ompt-specific.cpp
  134       info = &lwt->ompt_task_info;
  179       info = &lwt->ompt_task_info;
  261   lwt->ompt_task_info.task_data.value = 0;
  262   lwt->ompt_task_info.frame.enter_frame = ompt_data_none;
  263   lwt->ompt_task_info.frame.exit_frame = ompt_data_none;
  264   lwt->ompt_task_info.scheduling_parent = NULL;
  265   lwt->ompt_task_info.deps = NULL;
  266   lwt->ompt_task_info.ndeps = 0;
  288     ompt_task_info_t tmp_task = lwt->ompt_task_info;
  289     link_lwt->ompt_task_info = *OMPT_CUR_TASK_INFO(thr);
  301     *OMPT_CUR_TASK_INFO(thr) = lwt->ompt_task_info;
  314     ompt_task_info_t tmp_task = lwtask->ompt_task_info;
  315     lwtask->ompt_task_info = *OMPT_CUR_TASK_INFO(thr);
  390       info = &lwt->ompt_task_info;