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

References

projects/openmp/runtime/src/kmp_runtime.cpp
 1607         if (master_set_numthreads < master_th->th.th_teams_size.nth) {
 2423     if (master_th->th.th_team_nproc < master_th->th.th_teams_size.nth) {
 2425       int new_num = master_th->th.th_teams_size.nth;
 7087   thr->th.th_set_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;
 7232   thr->th.th_teams_size.nth = num_threads;