Lines Matching refs:num_threads
502 kmp_uint32 num_threads = this_thr->th.th_team_nproc; in __kmp_hyper_barrier_gather() local
524 for (level = 0, offset = 1; offset < num_threads; in __kmp_hyper_barrier_gather()
553 child < branch_factor && child_tid < num_threads; in __kmp_hyper_barrier_gather()
560 if (child + 1 < branch_factor && next_child_tid < num_threads) in __kmp_hyper_barrier_gather()
620 kmp_uint32 num_threads; in __kmp_hyper_barrier_release() local
681 num_threads = this_thr->th.th_team_nproc; in __kmp_hyper_barrier_release()
687 offset < num_threads && (((tid >> level) & (branch_factor - 1)) == 0); in __kmp_hyper_barrier_release()
696 for (level = 0, offset = 1; offset < num_threads; in __kmp_hyper_barrier_release()
703 child = num_threads >> ((level == 0) ? level : level - 1); in __kmp_hyper_barrier_release()
714 child < branch_factor && child_tid < num_threads; in __kmp_hyper_barrier_release()
718 if (child_tid >= num_threads) in __kmp_hyper_barrier_release()
727 if (child - 1 >= 1 && next_child_tid < num_threads) in __kmp_hyper_barrier_release()
729 if (child + 1 < branch_factor && next_child_tid < num_threads) in __kmp_hyper_barrier_release()