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

References

projects/openmp/runtime/src/ompt-specific.cpp
  306   ompt_lw_taskteam_t *lwtask = thr->th.th_team->t.ompt_serialized_team_info;
  308     thr->th.th_team->t.ompt_serialized_team_info = lwtask->parent;
  311     lwtask->ompt_team_info = *OMPT_CUR_TEAM_INFO(thr);
  312     *OMPT_CUR_TEAM_INFO(thr) = tmp_team;
  315     lwtask->ompt_task_info = *OMPT_CUR_TASK_INFO(thr);
  316     *OMPT_CUR_TASK_INFO(thr) = tmp_task;