Searched refs:__kmp_max_nth (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dompd-specific.h134 OMPD_SIZEOF(__kmp_max_nth) \
H A Dkmp_global.cpp126 int __kmp_max_nth = 0; variable
H A Dkmp_settings.cpp481 * __kmp_max_nth) */
493 if (nth > __kmp_max_nth)
494 nth = __kmp_max_nth;
506 * __kmp_max_nth ) */
512 if (nth > __kmp_max_nth)
513 nth = __kmp_max_nth;
589 __kmp_max_nth = __kmp_xproc;
592 __kmp_stg_parse_int(name, value, 1, __kmp_sys_max_nth, &__kmp_max_nth);
595 K_DIAG(1, ("__kmp_max_nth == %d\n", __kmp_max_nth));
[all...]
H A Dkmp_runtime.cpp821 __kmp_max_nth) {
822 int tl_nthreads = __kmp_max_nth - __kmp_nth +
2796 else if (new_nth > __kmp_max_nth)
2797 new_nth = __kmp_max_nth;
3728 // Note that __kmp_threads_capacity is not bounded by __kmp_max_nth. If
3729 // __kmp_max_nth is set to some value less than __kmp_sys_max_nth by the
3731 // > __kmp_max_nth in one of two ways:
3735 // __kmp_threads_capacity to __kmp_max_nth + 1.
3743 // __kmp_max_nth was exceeded into __kmp_reserve_threads()
7176 __kmp_max_nth
[all...]
H A Dkmp.h3441 extern int __kmp_max_nth;

Completed in 165 milliseconds