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) {
 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;
 3072   __kmp_free(team->t.t_threads);
 3073   __kmp_free(team->t.t_disp_buffer);
 3074   __kmp_free(team->t.t_dispatch);
 3075   __kmp_free(team->t.t_implicit_task_taskdata);
 3076   team->t.t_threads = NULL;
 3077   team->t.t_disp_buffer = NULL;
 3078   team->t.t_dispatch = NULL;
 3079   team->t.t_implicit_task_taskdata = 0;