Lines Matching refs:num_threads
202 num_threads = nthr; in init()
1014 kmp_uint32 num_threads = this_thr->th.th_team_nproc; in __kmp_hyper_barrier_gather() local
1036 for (level = 0, offset = 1; offset < num_threads; in __kmp_hyper_barrier_gather()
1065 child < branch_factor && child_tid < num_threads; in __kmp_hyper_barrier_gather()
1072 if (child + 1 < branch_factor && next_child_tid < num_threads) in __kmp_hyper_barrier_gather()
1132 kmp_uint32 num_threads; in __kmp_hyper_barrier_release() local
1193 num_threads = this_thr->th.th_team_nproc; in __kmp_hyper_barrier_release()
1199 offset < num_threads && (((tid >> level) & (branch_factor - 1)) == 0); in __kmp_hyper_barrier_release()
1208 for (level = 0, offset = 1; offset < num_threads; in __kmp_hyper_barrier_release()
1215 child = num_threads >> ((level == 0) ? level : level - 1); in __kmp_hyper_barrier_release()
1226 child < branch_factor && child_tid < num_threads; in __kmp_hyper_barrier_release()
1230 if (child_tid >= num_threads) in __kmp_hyper_barrier_release()
1239 if (child - 1 >= 1 && next_child_tid < num_threads) in __kmp_hyper_barrier_release()
1241 if (child + 1 < branch_factor && next_child_tid < num_threads) in __kmp_hyper_barrier_release()