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

References

projects/openmp/runtime/src/kmp_runtime.cpp
 3853   kmp_team_t *root_team = root->r.r_root_team;
 3854   kmp_team_t *hot_team = root->r.r_hot_team;
 3860   root->r.r_root_team = NULL;
 3861   root->r.r_hot_team = NULL;
 3864   __kmp_free_team(root, root_team USE_NESTED_HOT_ARG(NULL));
 3871         n += __kmp_free_hot_teams(root, th, 1, __kmp_hot_teams_max_level);
 3880   __kmp_free_team(root, hot_team USE_NESTED_HOT_ARG(NULL));
 3909         &(root->r.r_uber_thread->th.ompt_thread_info.thread_data));
 3915   i = root->r.r_uber_thread->th.th_cg_roots->cg_nthreads--;
 3925     __kmp_free(root->r.r_uber_thread->th.th_cg_roots);
 3926     root->r.r_uber_thread->th.th_cg_roots = NULL;
 3928   __kmp_reap_thread(root->r.r_uber_thread, 1);
 3932   root->r.r_uber_thread = NULL;
 3934   root->r.r_begin = FALSE;