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

References

projects/openmp/runtime/src/kmp_runtime.cpp
 4035   kmp_info_t *master = team->t.t_threads[0];
 4046   TCW_SYNC_PTR(this_thr->th.th_team, team);
 4063   this_thr->th.th_team_nproc = team->t.t_nproc;
 4065   this_thr->th.th_team_serialized = team->t.t_serialized;
 4074                            team, tid, TRUE);
 4082   this_thr->th.th_dispatch = &team->t.t_dispatch[tid];
 4130         (team->t.t_max_nproc == 1 ? 1 : __kmp_dispatch_num_buffers);
 4146             &dispatch->th_disp_buffer[team->t.t_max_nproc == 1
 4151             gtid, team->t.t_id, gtid);