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

References

projects/openmp/runtime/src/kmp_settings.cpp
  501   if (nth < (4 * req_nproc))
  502     nth = (4 * req_nproc);
  503   if (nth < (4 * __kmp_xproc))
  504     nth = (4 * __kmp_xproc);
  506   if (nth > __kmp_max_nth)
  507     nth = __kmp_max_nth;
  509   return nth;