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

References

projects/openmp/runtime/src/ompt-specific.cpp
  307   if (lwtask) {
  308     thr->th.th_team->t.ompt_serialized_team_info = lwtask->parent;
  310     ompt_team_info_t tmp_team = lwtask->ompt_team_info;
  311     lwtask->ompt_team_info = *OMPT_CUR_TEAM_INFO(thr);
  314     ompt_task_info_t tmp_task = lwtask->ompt_task_info;
  315     lwtask->ompt_task_info = *OMPT_CUR_TASK_INFO(thr);
  318     if (lwtask->heap) {
  319       __kmp_free(lwtask);
  320       lwtask = NULL;