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

Declarations

projects/openmp/runtime/src/kmp.h
 2915 extern int __kmp_dflt_team_nth_ub; /* upper bound on "" determined at serial

References

projects/openmp/runtime/src/kmp_runtime.cpp
 3203                           __kmp_dflt_team_nth_ub * 2, // max_nproc
 6558   __kmp_dflt_team_nth_ub = __kmp_xproc;
 6559   if (__kmp_dflt_team_nth_ub < KMP_MIN_NTH) {
 6560     __kmp_dflt_team_nth_ub = KMP_MIN_NTH;
 6562   if (__kmp_dflt_team_nth_ub > __kmp_sys_max_nth) {
 6563     __kmp_dflt_team_nth_ub = __kmp_sys_max_nth;
 6664       __kmp_initial_threads_capacity(__kmp_dflt_team_nth_ub);
 6667       __kmp_dflt_team_nth_ub, __kmp_max_nth, __kmp_allThreadsSpecified);
 6809     __kmp_nested_nth.nth[j] = __kmp_dflt_team_nth = __kmp_dflt_team_nth_ub =
 7618                                            : __kmp_dflt_team_nth_ub);
 7623                                            : __kmp_dflt_team_nth_ub);
projects/openmp/runtime/src/kmp_settings.cpp
 1152     __kmp_nested_nth.nth[0] = __kmp_dflt_team_nth = __kmp_dflt_team_nth_ub =
 1158       if (__kmp_dflt_team_nth_ub < __kmp_dflt_team_nth) {
 1159         __kmp_dflt_team_nth_ub = __kmp_dflt_team_nth;
 5281         __kmp_initial_threads_capacity(__kmp_dflt_team_nth_ub);