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

References

projects/openmp/runtime/src/kmp_runtime.cpp
  968   master_th->th.th_team = team;
  969   master_th->th.th_team_nproc = team->t.t_nproc;
  972   master_th->th.th_dispatch = &team->t.t_dispatch[0];
  980     int level = team->t.t_active_level - 1; // index in array of hot teams
  986       if (team->t.t_pkfn != (microtask_t)__kmp_teams_master &&
  987           master_th->th.th_teams_level == team->t.t_level) {
  999         hot_teams[level].hot_team = team; // remember new hot team
 1000         hot_teams[level].hot_team_nth = team->t.t_nproc;
 1012     team->t.t_threads[0] = master_th;
 1013     __kmp_initialize_info(master_th, team, 0, master_gtid);
 1016     for (i = 1; i < team->t.t_nproc; i++) {
 1019       kmp_info_t *thr = __kmp_allocate_thread(root, team, i);
 1020       team->t.t_threads[i] = thr;
 1035         kmp_balign_t *balign = team->t.t_threads[i]->th.th_bar;
 1037           balign[b].bb.b_arrived = team->t.t_bar[b].b_arrived;
 1047     __kmp_partition_places(team);
 1051   if (__kmp_display_affinity && team->t.t_display_affinity != 1) {
 1052     for (i = 0; i < team->t.t_nproc; i++) {
 1053       kmp_info_t *thr = team->t.t_threads[i];
 1054       if (thr->th.th_prev_num_threads != team->t.t_nproc ||
 1055           thr->th.th_prev_level != team->t.t_level) {
 1056         team->t.t_display_affinity = 1;