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

References

projects/openmp/runtime/src/kmp_csupport.cpp
  295       ompt_lw_taskteam_t *lwt = parent_team->t.ompt_serialized_team_info;
projects/openmp/runtime/src/kmp_runtime.cpp
 5339   team->t.ompt_serialized_team_info = NULL;
projects/openmp/runtime/src/kmp_wait_release.h
  261           this_thr->th.th_team->t.ompt_serialized_team_info;
projects/openmp/runtime/src/ompt-specific.cpp
   59     ompt_lw_taskteam_t *next_lwt = LWT_FROM_TEAM(team), *lwt = NULL;
   75             next_lwt = LWT_FROM_TEAM(team);
  110                        *next_lwt = LWT_FROM_TEAM(taskdata->td_team);
  126             next_lwt = LWT_FROM_TEAM(taskdata->td_team);
  151                        *next_lwt = LWT_FROM_TEAM(taskdata->td_team);
  171             next_lwt = LWT_FROM_TEAM(taskdata->td_team);
  294         thr->th.th_team->t.ompt_serialized_team_info;
  296     thr->th.th_team->t.ompt_serialized_team_info = link_lwt;
  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;
  355                        *next_lwt = LWT_FROM_TEAM(taskdata->td_team),
  382             next_lwt = LWT_FROM_TEAM(taskdata->td_team);