reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4914 if (use_hot_team && new_nproc > 1) { 4932 if (team->t.t_nproc == new_nproc) { // Check changes in number of threads 4972 } else if (team->t.t_nproc > new_nproc) { 4983 hot_teams[level].hot_team_nth = new_nproc; 4986 for (f = new_nproc; f < team->t.t_nproc; f++) { 5001 for (f = new_nproc; f < team->t.t_nproc; ++f) { 5013 team->t.t_nproc = new_nproc; 5020 for (f = 0; f < new_nproc; ++f) { 5021 team->t.t_threads[f]->th.th_team_nproc = new_nproc; 5059 if (new_nproc < avail_threads) 5060 avail_threads = new_nproc; 5075 if (hot_teams[level].hot_team_nth >= new_nproc) { 5079 team->t.t_nproc = new_nproc; // just get reserved threads involved 5085 hot_teams[level].hot_team_nth = new_nproc; // adjust hot team max size 5087 if (team->t.t_max_nproc < new_nproc) { 5089 __kmp_reallocate_team_arrays(team, new_nproc); 5102 for (f = team->t.t_nproc; f < new_nproc; f++) { 5141 __kmp_initialize_team(team, new_nproc, new_icvs, 5182 for (f = 1; f < new_nproc; ++f) { 5194 for (f = 1; f < new_nproc; ++f) { 5244 __kmp_initialize_team(team, new_nproc, new_icvs, NULL); 5303 __kmp_initialize_team(team, new_nproc, new_icvs, NULL); 5314 __kmp_print_team_storage_map("team", team, team->t.t_id, new_nproc);