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

Declarations

projects/openmp/runtime/src/kmp.h
 2909 extern int __kmp_cg_max_nth;

References

projects/openmp/runtime/src/kmp_runtime.cpp
 3117     __kmp_cg_max_nth, // int thread_limit;
 3784   tmp->cg_thread_limit = __kmp_cg_max_nth;
 6566   __kmp_cg_max_nth = __kmp_sys_max_nth;
projects/openmp/runtime/src/kmp_settings.cpp
  623   __kmp_stg_parse_int(name, value, 1, __kmp_sys_max_nth, &__kmp_cg_max_nth);
  630   __kmp_stg_print_int(buffer, name, __kmp_cg_max_nth);