Searched refs:th_prev_num_threads (Results 1 – 3 of 3) sorted by relevance
1103 if (thr->th.th_prev_num_threads != team->t.t_nproc || in __kmp_fork_team_threads()1403 this_thr->th.th_prev_num_threads != 1) { in __kmp_serialized_parallel()1407 this_thr->th.th_prev_num_threads = 1; in __kmp_serialized_parallel()4019 root_thread->th.th_prev_num_threads = 1; in __kmp_register_root()4664 new_thr->th.th_prev_num_threads = 1; in __kmp_allocate_thread()
2627 this_thr->th.th_prev_num_threads = team->t.t_nproc; in __kmp_fork_barrier()
2997 int th_prev_num_threads; /* previous num_threads for affinity format */ member