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

References

projects/openmp/runtime/src/kmp_runtime.cpp
 3063   for (i = 0; i < team->t.t_max_nproc; ++i) {
 3063   for (i = 0; i < team->t.t_max_nproc; ++i) {
 3063   for (i = 0; i < team->t.t_max_nproc; ++i) {
 3064     if (team->t.t_dispatch[i].th_disp_buffer != NULL) {
 3065       __kmp_free(team->t.t_dispatch[i].th_disp_buffer);
 3066       team->t.t_dispatch[i].th_disp_buffer = NULL;