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

References

projects/openmp/runtime/src/kmp_runtime.cpp
 7085   kmp_team_t *team = thr->th.th_team;
 7087   thr->th.th_set_nproc = thr->th.th_teams_size.nth;
 7087   thr->th.th_set_nproc = thr->th.th_teams_size.nth;
 7095   tmp->cg_root = thr; // Make thr the CG root
 7097   tmp->cg_thread_limit = thr->th.th_current_task->td_icvs.thread_limit;
 7102   tmp->up = thr->th.th_cg_roots;
 7103   thr->th.th_cg_roots = tmp;
 7111                   (microtask_t)thr->th.th_teams_microtask, // "wrapped" task
 7117   if (thr->th.th_team_nproc < thr->th.th_teams_size.nth)
 7117   if (thr->th.th_team_nproc < thr->th.th_teams_size.nth)
 7118     thr->th.th_teams_size.nth = thr->th.th_team_nproc;
 7118     thr->th.th_teams_size.nth = thr->th.th_team_nproc;