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

Declarations

projects/openmp/runtime/src/kmp.h
 2907 extern int __kmp_max_nth;

References

projects/openmp/runtime/src/kmp_runtime.cpp
  845       __kmp_max_nth) {
  846     int tl_nthreads = __kmp_max_nth - __kmp_nth +
 2620   else if (new_nth > __kmp_max_nth)
 2621     new_nth = __kmp_max_nth;
 6565   __kmp_max_nth = __kmp_sys_max_nth;
 6667       __kmp_dflt_team_nth_ub, __kmp_max_nth, __kmp_allThreadsSpecified);
projects/openmp/runtime/src/kmp_settings.cpp
  506   if (nth > __kmp_max_nth)
  507     nth = __kmp_max_nth;
  525   if (nth > __kmp_max_nth)
  526     nth = __kmp_max_nth;
  604     __kmp_max_nth = __kmp_xproc;
  607     __kmp_stg_parse_int(name, value, 1, __kmp_sys_max_nth, &__kmp_max_nth);
  616   __kmp_stg_print_int(buffer, name, __kmp_max_nth);
 1794                       __kmp_allThreadsSpecified ? __kmp_max_nth : 1,
 1795                       __kmp_max_nth, &__kmp_tp_capacity);