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

References

projects/openmp/runtime/src/kmp_runtime.cpp
 5367   int use_hot_team = team == root->r.r_hot_team;
 5372     level = team->t.t_active_level - 1;
 5378       if (team->t.t_pkfn != (microtask_t)__kmp_teams_master &&
 5379           master->th.th_teams_level == team->t.t_level) {
 5393   TCW_SYNC_PTR(team->t.t_pkfn,
 5404       for (f = 1; f < team->t.t_nproc; ++f) {
 5406         kmp_info_t *th = team->t.t_threads[f];
 5428         kmp_task_team_t *task_team = team->t.t_task_team[tt_idx];
 5430           for (f = 0; f < team->t.t_nproc; ++f) { // threads unref task teams
 5432             team->t.t_threads[f]->th.th_task_team = NULL;
 5441           team->t.t_task_team[tt_idx] = NULL;
 5447     team->t.t_parent = NULL;
 5448     team->t.t_level = 0;
 5449     team->t.t_active_level = 0;
 5452     for (f = 1; f < team->t.t_nproc; ++f) {
 5454       __kmp_free_thread(team->t.t_threads[f]);
 5455       team->t.t_threads[f] = NULL;
 5460     team->t.t_next_pool = CCAST(kmp_team_t *, __kmp_team_pool);
 5461     __kmp_team_pool = (volatile kmp_team_t *)team;
 5466     if (team->t.t_threads[1]->th.th_cg_roots->cg_root == team->t.t_threads[1]) {
 5466     if (team->t.t_threads[1]->th.th_cg_roots->cg_root == team->t.t_threads[1]) {
 5468       for (f = 1; f < team->t.t_nproc; ++f) {
 5469         kmp_info_t *thr = team->t.t_threads[f];