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

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_global.cpp123 int __kmp_cg_max_nth = 0; variable
H A Dkmp_settings.cpp623 __kmp_stg_parse_int(name, value, 1, __kmp_sys_max_nth, &__kmp_cg_max_nth);
624 K_DIAG(1, ("__kmp_cg_max_nth == %d\n", __kmp_cg_max_nth));
630 __kmp_stg_print_int(buffer, name, __kmp_cg_max_nth);
H A Dkmp_runtime.cpp3091 __kmp_cg_max_nth, // int thread_limit;
3758 tmp->cg_thread_limit = __kmp_cg_max_nth;
6534 __kmp_cg_max_nth = __kmp_sys_max_nth;
H A Dkmp.h2909 extern int __kmp_cg_max_nth;

Completed in 89 milliseconds