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

References

projects/openmp/runtime/src/kmp_runtime.cpp
 2618   if (new_nth < 1)
 2619     new_nth = 1;
 2620   else if (new_nth > __kmp_max_nth)
 2621     new_nth = __kmp_max_nth;
 2625   if (thread->th.th_current_task->td_icvs.nproc == new_nth)
 2630   set__nproc(thread, new_nth);
 2637       (root->r.r_hot_team->t.t_nproc > new_nth)
 2648     for (f = new_nth; f < hot_team->t.t_nproc; f++) {
 2658     hot_team->t.t_nproc = new_nth;
 2662       thread->th.th_hot_teams[0].hot_team_nth = new_nth;
 2669     for (f = 0; f < new_nth; f++) {
 2671       hot_team->t.t_threads[f]->th.th_team_nproc = new_nth;