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

References

projects/openmp/runtime/src/ompt-specific.cpp
  275       thr->th.th_team->t.t_serialized >
  285     link_lwt->ompt_team_info = *OMPT_CUR_TEAM_INFO(thr);
  286     *OMPT_CUR_TEAM_INFO(thr) = tmp_team;
  289     link_lwt->ompt_task_info = *OMPT_CUR_TASK_INFO(thr);
  290     *OMPT_CUR_TASK_INFO(thr) = tmp_task;
  294         thr->th.th_team->t.ompt_serialized_team_info;
  296     thr->th.th_team->t.ompt_serialized_team_info = link_lwt;
  300     *OMPT_CUR_TEAM_INFO(thr) = lwt->ompt_team_info;
  301     *OMPT_CUR_TASK_INFO(thr) = lwt->ompt_task_info;