Searched refs:__kmp_dflt_team_nth (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_utility.cpp366 __kmp_dflt_team_nth);
H A Dkmp_runtime.cpp3088 __kmp_dflt_team_nth, // int nproc; //internal control for # of threads for
6750 // Save the previous value for the __kmp_dflt_team_nth so that
6752 prev_dflt_team_nth = __kmp_dflt_team_nth;
6777 __kmp_nested_nth.nth[j] = __kmp_dflt_team_nth = __kmp_dflt_team_nth_ub =
6782 if (__kmp_dflt_team_nth == 0) {
6785 __kmp_dflt_team_nth = __kmp_ncores;
6786 KA_TRACE(20, ("__kmp_middle_initialize: setting __kmp_dflt_team_nth = "
6788 __kmp_dflt_team_nth));
6791 __kmp_dflt_team_nth = __kmp_avail_proc;
6792 KA_TRACE(20, ("__kmp_middle_initialize: setting __kmp_dflt_team_nth
[all...]
H A Dkmp_global.cpp126 int __kmp_dflt_team_nth = 0; variable
H A Dkmp_settings.cpp1152 __kmp_nested_nth.nth[0] = __kmp_dflt_team_nth = __kmp_dflt_team_nth_ub =
1157 __kmp_dflt_team_nth = __kmp_nested_nth.nth[0];
1158 if (__kmp_dflt_team_nth_ub < __kmp_dflt_team_nth) {
1159 __kmp_dflt_team_nth_ub = __kmp_dflt_team_nth;
1163 K_DIAG(1, ("__kmp_dflt_team_nth == %d\n", __kmp_dflt_team_nth));
5248 ompc_set_num_threads(__kmp_dflt_team_nth);
H A Dkmp_affinity.cpp2565 if ((__kmp_dflt_team_nth == 0) && (teamSize > 0)) {
2566 __kmp_dflt_team_nth = teamSize;
2568 "__kmp_dflt_team_nth = %d\n",
2569 __kmp_dflt_team_nth));
H A Dkmp.h2913 extern int __kmp_dflt_team_nth; /* default number of threads in a parallel

Completed in 82 milliseconds