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

References

projects/openmp/runtime/src/kmp_csupport.cpp
  592     this_thr->th.th_team = serial_team->t.t_parent;
  596     this_thr->th.th_team_nproc = serial_team->t.t_parent->t.t_nproc; /*  JPH */
  598         serial_team->t.t_parent->t.t_threads[0]; /* JPH */
 3337       th->th.th_team = team->t.t_parent;
projects/openmp/runtime/src/kmp_runtime.cpp
 1222       new_team->t.t_parent = this_thr->th.th_team;
 1248     serial_team->t.t_parent = this_thr->th.th_team;
 1289     serial_team->t.t_level = serial_team->t.t_parent->t.t_level + 1;
 1290     serial_team->t.t_active_level = serial_team->t.t_parent->t.t_active_level;
 2030     KMP_CHECK_UPDATE(team->t.t_parent, parent_team);
 2145         KMP_CHECK_UPDATE(argv[i], team->t.t_parent->t.t_argv[i]);
 2300   parent_team = team->t.t_parent;
 2893       team = team->t.t_parent;
 2897       team = team->t.t_parent;
 2946       team = team->t.t_parent;
 2950       team = team->t.t_parent;
 3217   hot_team->t.t_parent = root_team;
 5447     team->t.t_parent = NULL;
 7701         team = team->t.t_parent;
 7705         team = team->t.t_parent;
 7734       return team->t.t_parent->t.t_nproc;
projects/openmp/runtime/src/kmp_sched.cpp
  190     team = th->th.th_team->t.t_parent;
projects/openmp/runtime/src/ompt-specific.cpp
   73           team = team->t.t_parent;
  380           team = team->t.t_parent;