Searched refs:__kmp_max_nth (Results 1 – 5 of 5) sorted by relevance
| /freebsd-head/contrib/llvm-project/openmp/runtime/src/ |
| HD | ompd-specific.h | 134 OMPD_SIZEOF(__kmp_max_nth) \
|
| HD | kmp_global.cpp | 126 int __kmp_max_nth = 0; variable
|
| HD | kmp_settings.cpp | 493 if (nth > __kmp_max_nth) in __kmp_initial_threads_capacity() 494 nth = __kmp_max_nth; in __kmp_initial_threads_capacity() 512 if (nth > __kmp_max_nth) in __kmp_default_tp_capacity() 513 nth = __kmp_max_nth; in __kmp_default_tp_capacity() 589 __kmp_max_nth = __kmp_xproc; in __kmp_stg_parse_device_thread_limit() 592 __kmp_stg_parse_int(name, value, 1, __kmp_sys_max_nth, &__kmp_max_nth); in __kmp_stg_parse_device_thread_limit() 595 K_DIAG(1, ("__kmp_max_nth == %d\n", __kmp_max_nth)); in __kmp_stg_parse_device_thread_limit() 601 __kmp_stg_print_int(buffer, name, __kmp_max_nth); in __kmp_stg_print_device_thread_limit() 1988 __kmp_allThreadsSpecified ? __kmp_max_nth : 1, in __kmp_stg_parse_all_threadprivate() 1989 __kmp_max_nth, &__kmp_tp_capacity); in __kmp_stg_parse_all_threadprivate()
|
| HD | kmp_runtime.cpp | 836 __kmp_max_nth) { in __kmp_reserve_threads() 837 int tl_nthreads = __kmp_max_nth - __kmp_nth + in __kmp_reserve_threads() 2800 else if (new_nth > __kmp_max_nth) in __kmp_set_num_threads() 2801 new_nth = __kmp_max_nth; in __kmp_set_num_threads() 7191 __kmp_max_nth = __kmp_sys_max_nth; in __kmp_do_serial_initialize() 7298 __kmp_dflt_team_nth_ub, __kmp_max_nth, __kmp_allThreadsSpecified); in __kmp_do_serial_initialize()
|
| HD | kmp.h | 3466 extern int __kmp_max_nth;
|