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

References

projects/openmp/runtime/src/kmp_runtime.cpp
 3871         n += __kmp_free_hot_teams(root, th, 1, __kmp_hot_teams_max_level);
 3873       if (th->th.th_hot_teams) {
 3874         __kmp_free(th->th.th_hot_teams);
 3875         th->th.th_hot_teams = NULL;