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

References

projects/openmp/runtime/src/kmp_runtime.cpp
 1000         hot_teams[level].hot_team_nth = team->t.t_nproc;
 1474       (*p_hot_teams)[0].hot_team_nth = 1;
 2662       thread->th.th_hot_teams[0].hot_team_nth = new_nth;
 3833   nth = hot_teams[level].hot_team_nth;
 4983         hot_teams[level].hot_team_nth = new_nproc;
 5058       int avail_threads = hot_teams[level].hot_team_nth;
 5075       if (hot_teams[level].hot_team_nth >= new_nproc) {
 5084                 .hot_team_nth; // get reserved threads involved if any
 5085         hot_teams[level].hot_team_nth = new_nproc; // adjust hot team max size