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

References

projects/openmp/runtime/src/kmp_affinity.h
  781       if (nproc <= base_num_threads) // happy with other thread's resize
  787     if (nproc <= base_num_threads)
  794     for (kmp_uint32 i = depth; i < maxLevels && nproc > old_sz; ++i) {
  800     if (nproc > old_sz) { // Not enough space, need to expand hierarchy
  801       while (nproc > old_sz) {
  838     base_num_threads = nproc;