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

References

projects/openmp/runtime/src/kmp_runtime.cpp
 7323       codeptr = OMPT_CUR_TEAM_INFO(this_thr)->master_return_address;
projects/openmp/runtime/src/ompt-specific.cpp
  285     link_lwt->ompt_team_info = *OMPT_CUR_TEAM_INFO(thr);
  286     *OMPT_CUR_TEAM_INFO(thr) = tmp_team;
  300     *OMPT_CUR_TEAM_INFO(thr) = lwt->ompt_team_info;
  311     lwtask->ompt_team_info = *OMPT_CUR_TEAM_INFO(thr);
  312     *OMPT_CUR_TEAM_INFO(thr) = tmp_team;