Lines Matching refs:t_threads

217   kmp_info_t **other_threads = team->t.t_threads;  in __kmp_dist_barrier_wakeup()
239 other_threads = team->t.t_threads; in __kmp_dist_barrier_gather()
487 __kmp_init_implicit_task(team->t.t_ident, team->t.t_threads[tid], team, in __kmp_dist_barrier_release()
562 kmp_info_t **other_threads = team->t.t_threads; in __kmp_linear_barrier_gather_template()
672 other_threads = team->t.t_threads; in __kmp_linear_barrier_release_template()
685 __kmp_init_implicit_task(team->t.t_ident, team->t.t_threads[i], in __kmp_linear_barrier_release_template()
800 kmp_info_t **other_threads = team->t.t_threads; in __kmp_tree_barrier_gather()
962 kmp_info_t **other_threads = team->t.t_threads; in __kmp_tree_barrier_release()
980 team->t.t_threads[child_tid], team, in __kmp_tree_barrier_release()
1012 kmp_info_t **other_threads = team->t.t_threads; in __kmp_hyper_barrier_gather()
1194 other_threads = team->t.t_threads; in __kmp_hyper_barrier_release()
1268 __kmp_init_implicit_task(team->t.t_ident, team->t.t_threads[tid], team, tid, in __kmp_hyper_barrier_release()
1335 &team->t.t_threads[thr_bar->parent_tid]->th.th_bar[bt].bb; in __kmp_init_hierarchical_barrier_thread()
1340 &team->t.t_threads[thr_bar->parent_tid]->th.th_bar[bt].bb; in __kmp_init_hierarchical_barrier_thread()
1364 kmp_info_t **other_threads = team->t.t_threads; in __kmp_hierarchical_barrier_gather()
1587 if (team->t.t_threads[0] in __kmp_hierarchical_barrier_release()
1612 __kmp_init_implicit_task(team->t.t_ident, team->t.t_threads[tid], team, tid, in __kmp_hierarchical_barrier_release()
1655 &team->t.t_threads[child_tid]->th.th_bar[bt].bb; in __kmp_hierarchical_barrier_release()
1685 kmp_info_t *child_thr = team->t.t_threads[child_tid]; in __kmp_hierarchical_barrier_release()
1711 kmp_info_t *child_thr = team->t.t_threads[child_tid]; in __kmp_hierarchical_barrier_release()
1955 kmp_info_t **other_threads = team->t.t_threads; in __kmp_barrier_template()
2207 if (master_thread != team->t.t_threads[0]) { in __kmp_join_barrier()
2211 KMP_DEBUG_ASSERT(master_thread == team->t.t_threads[0]); in __kmp_join_barrier()
2217 KMP_DEBUG_ASSERT(this_thr == team->t.t_threads[tid]); in __kmp_join_barrier()
2337 kmp_info_t *team_thread = team->t.t_threads[i]; in __kmp_join_barrier()
2360 kmp_info_t **other_threads = team->t.t_threads; in __kmp_join_barrier()
2442 kmp_info_t **other_threads = team->t.t_threads; in __kmp_fork_barrier()
2587 __kmp_init_implicit_task(team->t.t_ident, team->t.t_threads[tid], team, in __kmp_fork_barrier()
2590 &team->t.t_threads[0] in __kmp_fork_barrier()
2661 KMP_DEBUG_ASSERT(team->t.t_threads[0]); // The threads arrays should be in __kmp_setup_icv_copy()
2664 &team->t.t_threads[0]->th.th_bar[bs_forkjoin_barrier].bb.th_fixed_icvs, in __kmp_setup_icv_copy()
2667 team->t.t_threads[0], team)); in __kmp_setup_icv_copy()
2672 team->t.t_threads[0], team)); in __kmp_setup_icv_copy()
2677 KMP_DEBUG_ASSERT(team->t.t_threads[0]); // The threads arrays should be in __kmp_setup_icv_copy()
2682 f, team->t.t_threads[f], team)); in __kmp_setup_icv_copy()
2683 __kmp_init_implicit_task(loc, team->t.t_threads[f], team, f, FALSE); in __kmp_setup_icv_copy()
2686 f, team->t.t_threads[f], team)); in __kmp_setup_icv_copy()