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

References

projects/openmp/runtime/src/kmp_csupport.cpp
 3330   if (th->th.th_teams_microtask) {
 3331     *team_p = team = th->th.th_team;
 3332     if (team->t.t_level == th->th.th_teams_level) {
 3336       th->th.th_info.ds.ds_tid = team->t.t_master_tid;
 3337       th->th.th_team = team->t.t_parent;
 3338       th->th.th_team_nproc = th->th.th_team->t.t_nproc;
 3338       th->th.th_team_nproc = th->th.th_team->t.t_nproc;
 3339       th->th.th_task_team = th->th.th_team->t.t_task_team[0];
 3339       th->th.th_task_team = th->th.th_team->t.t_task_team[0];
 3340       *task_state = th->th.th_task_state;
 3341       th->th.th_task_state = 0;