Searched refs:__kmp_nesting_nth_level (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_global.cpp563 int *__kmp_nesting_nth_level; variable
H A Dkmp_runtime.cpp9270 __kmp_nesting_nth_level = (int *)KMP_INTERNAL_MALLOC(levels * sizeof(int));
9272 __kmp_nesting_nth_level[i] = 0;
9294 __kmp_nesting_nth_level[loc] = __kmp_topology->get_ratio(hw_level);
9295 if (__kmp_nesting_nth_level[loc] == 1)
9304 upper_levels *= __kmp_nesting_nth_level[level];
9305 if (upper_levels * __kmp_nesting_nth_level[loc - 1] < num_cores)
9306 __kmp_nesting_nth_level[loc - 1] =
9307 num_cores / __kmp_nesting_nth_level[loc - 2];
9313 __kmp_nesting_nth_level[0] = __kmp_avail_proc / 2;
9314 __kmp_nesting_nth_level[
[all...]
H A Dkmp.h4662 extern int *__kmp_nesting_nth_level;

Completed in 91 milliseconds