Home
last modified time | relevance | path

Searched refs:__kmp_cg_max_nth (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_global.cpp123 int __kmp_cg_max_nth = 0; variable
Dkmp_settings.cpp623 __kmp_stg_parse_int(name, value, 1, __kmp_sys_max_nth, &__kmp_cg_max_nth); in __kmp_stg_parse_thread_limit()
624 K_DIAG(1, ("__kmp_cg_max_nth == %d\n", __kmp_cg_max_nth)); in __kmp_stg_parse_thread_limit()
630 __kmp_stg_print_int(buffer, name, __kmp_cg_max_nth); in __kmp_stg_print_thread_limit()
Dkmp_runtime.cpp3129 __kmp_cg_max_nth, // int thread_limit; in __kmp_get_global_icvs()
3796 tmp->cg_thread_limit = __kmp_cg_max_nth; in __kmp_register_root()
6719 __kmp_cg_max_nth = __kmp_sys_max_nth; in __kmp_do_serial_initialize()
Dkmp.h2998 extern int __kmp_cg_max_nth;