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

References

projects/openmp/runtime/src/kmp_runtime.cpp
  977   kmp_hot_team_ptr_t *hot_teams = master_th->th.th_hot_teams;
 1468     p_hot_teams = &master_th->th.th_hot_teams;
 2098         if (master_th->th.th_hot_teams &&
 2100             team == master_th->th.th_hot_teams[active_level].hot_team) {
 2660     if (thread->th.th_hot_teams) {
 2662       thread->th.th_hot_teams[0].hot_team_nth = new_nth;
 3827   kmp_hot_team_ptr_t *hot_teams = thr->th.th_hot_teams;
 3839       if (i > 0 && th->th.th_hot_teams) {
 3840         __kmp_free(th->th.th_hot_teams);
 3841         th->th.th_hot_teams = NULL;
 3873       if (th->th.th_hot_teams) {
 3874         __kmp_free(th->th.th_hot_teams);
 3875         th->th.th_hot_teams = NULL;
 4903     hot_teams = master->th.th_hot_teams;
 5384     hot_teams = master->th.th_hot_teams;