Lines Matching defs:levels
1483 // Increment our nested depth levels, but not increase the serialization
2580 // works, only adjust nesting levels
5655 /* TODO implement hot-teams at all levels */
9304 Note: we skip duplicate topology levels, and skip levels with only
9307 KMP_NESTING_MODE=1 sets as many nesting levels as there are distinct levels
9309 levels to the number of entities at each level, respectively, below the
9311 KMP_NESTING_MODE=N, where N>1, attempts to create up to N nesting levels,
9312 but starts with nesting OFF -- max-active-levels-var is 1 -- and requires
9318 // Allocate space to store nesting levels
9320 int levels = KMP_HW_LAST;
9321 __kmp_nesting_mode_nlevels = levels;
9322 __kmp_nesting_nth_level = (int *)KMP_INTERNAL_MALLOC(levels * sizeof(int));
9323 for (int i = 0; i < levels; ++i)
9325 if (__kmp_nested_nth.size < levels) {
9327 (int *)KMP_INTERNAL_REALLOC(__kmp_nested_nth.nth, levels * sizeof(int));
9328 __kmp_nested_nth.size = levels;
9332 // Set # threads for top levels of nesting; must be called after topology set
9381 // if max levels was set, set nesting mode levels to same