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

References

projects/openmp/runtime/src/kmp_runtime.cpp
  983         ++level; // level was not increased in teams construct for
  988         ++level; // level was not increased in teams construct for
  992     if (level < __kmp_hot_teams_max_level) {
  993       if (hot_teams[level].hot_team) {
  999         hot_teams[level].hot_team = team; // remember new hot team
 1000         hot_teams[level].hot_team_nth = team->t.t_nproc;