Searched refs:th_set_nested_nth (Results 1 – 2 of 2) sorted by relevance
126 new_nested_nth->nth[i] = thr->th.th_set_nested_nth[j]; in __kmp_override_nested_nth()2127 if (!master_th->th.th_set_nested_nth && in __kmp_fork_call()2131 } else if (master_th->th.th_set_nested_nth) { in __kmp_fork_call()2254 if (master_th->th.th_set_nested_nth) { in __kmp_fork_call()2258 KMP_INTERNAL_FREE(master_th->th.th_set_nested_nth); in __kmp_fork_call()2259 master_th->th.th_set_nested_nth = NULL; in __kmp_fork_call()4670 new_thr->th.th_set_nested_nth = NULL; in __kmp_allocate_thread()7871 thr->th.th_set_nested_nth = in __kmp_push_num_threads_list()7874 thr->th.th_set_nested_nth[i] = num_threads_list[i]; in __kmp_push_num_threads_list()
2977 int *th_set_nested_nth; member