Searched refs:__kmp_nesting_nth_level (Results 1 – 3 of 3) sorted by relevance
563 int *__kmp_nesting_nth_level; variable
9321 __kmp_nesting_nth_level = (int *)KMP_INTERNAL_MALLOC(levels * sizeof(int)); in __kmp_set_nesting_mode_threads() 9323 __kmp_nesting_nth_level[i] = 0; in __kmp_set_nesting_mode_threads() 9345 __kmp_nesting_nth_level[loc] = __kmp_topology->get_ratio(hw_level);9346 if (__kmp_nesting_nth_level[loc] == 1) in __kmp_itt_fini_ittlib() 9355 upper_levels *= __kmp_nesting_nth_level[level];9356 if (upper_levels * __kmp_nesting_nth_level[loc - 1] < num_cores)9357 __kmp_nesting_nth_level[loc - 1] =9358 num_cores / __kmp_nesting_nth_level[loc - 2];9364 __kmp_nesting_nth_level[0] = __kmp_avail_proc / 2;9365 __kmp_nesting_nth_level[[all...]
4707 extern int *__kmp_nesting_nth_level;