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

References

projects/openmp/runtime/src/kmp_csupport.cpp
  572         serial_team->t.t_dispatch->th_disp_buffer;
  573     serial_team->t.t_dispatch->th_disp_buffer =
  574         serial_team->t.t_dispatch->th_disp_buffer->next;
  603         &this_thr->th.th_team->t.t_dispatch[serial_team->t.t_master_tid];
projects/openmp/runtime/src/kmp_runtime.cpp
  516       -1, &team->t.t_dispatch[0], &team->t.t_dispatch[num_thr],
  516       -1, &team->t.t_dispatch[0], &team->t.t_dispatch[num_thr],
  972   master_th->th.th_dispatch = &team->t.t_dispatch[0];
 1297     if (!serial_team->t.t_dispatch->th_disp_buffer) {
 1298       serial_team->t.t_dispatch->th_disp_buffer =
 1302     this_thr->th.th_dispatch = serial_team->t.t_dispatch;
 1334       disp_buffer->next = serial_team->t.t_dispatch->th_disp_buffer;
 1335       serial_team->t.t_dispatch->th_disp_buffer = disp_buffer;
 1337     this_thr->th.th_dispatch = serial_team->t.t_dispatch;
 2464   master_th->th.th_dispatch = &parent_team->t.t_dispatch[team->t.t_master_tid];
 3047   team->t.t_dispatch =
 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;
 3074   __kmp_free(team->t.t_dispatch);
 3078   team->t.t_dispatch = NULL;
 3086   __kmp_free(team->t.t_dispatch);
 4082   this_thr->th.th_dispatch = &team->t.t_dispatch[tid];