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

References

projects/openmp/runtime/src/kmp_settings.cpp
  520   if (nth < (4 * req_nproc))
  521     nth = (4 * req_nproc);
  522   if (nth < (4 * __kmp_xproc))
  523     nth = (4 * __kmp_xproc);
  525   if (nth > __kmp_max_nth)
  526     nth = __kmp_max_nth;
  528   return nth;