Lines Matching refs:t_threads
54 kmp_info_t **other_threads = team->t.t_threads; in __kmp_linear_barrier_gather()
157 other_threads = team->t.t_threads; in __kmp_linear_barrier_release()
170 __kmp_init_implicit_task(team->t.t_ident, team->t.t_threads[i], in __kmp_linear_barrier_release()
253 kmp_info_t **other_threads = team->t.t_threads; in __kmp_tree_barrier_gather()
418 kmp_info_t **other_threads = team->t.t_threads; in __kmp_tree_barrier_release()
436 team->t.t_threads[child_tid], team, in __kmp_tree_barrier_release()
470 kmp_info_t **other_threads = team->t.t_threads; in __kmp_hyper_barrier_gather()
653 other_threads = team->t.t_threads; in __kmp_hyper_barrier_release()
728 __kmp_init_implicit_task(team->t.t_ident, team->t.t_threads[tid], team, tid, in __kmp_hyper_barrier_release()
793 &team->t.t_threads[thr_bar->parent_tid]->th.th_bar[bt].bb; in __kmp_init_hierarchical_barrier_thread()
798 &team->t.t_threads[thr_bar->parent_tid]->th.th_bar[bt].bb; in __kmp_init_hierarchical_barrier_thread()
822 kmp_info_t **other_threads = team->t.t_threads; in __kmp_hierarchical_barrier_gather()
1057 if (team->t.t_threads[0] in __kmp_hierarchical_barrier_release()
1083 __kmp_init_implicit_task(team->t.t_ident, team->t.t_threads[tid], team, tid, in __kmp_hierarchical_barrier_release()
1126 &team->t.t_threads[child_tid]->th.th_bar[bt].bb; in __kmp_hierarchical_barrier_release()
1156 kmp_info_t *child_thr = team->t.t_threads[child_tid]; in __kmp_hierarchical_barrier_release()
1183 kmp_info_t *child_thr = team->t.t_threads[child_tid]; in __kmp_hierarchical_barrier_release()
1377 kmp_info_t **other_threads = team->t.t_threads; in __kmp_barrier()
1585 if (master_thread != team->t.t_threads[0]) { in __kmp_join_barrier()
1589 KMP_DEBUG_ASSERT(master_thread == team->t.t_threads[0]); in __kmp_join_barrier()
1596 KMP_DEBUG_ASSERT(this_thr == team->t.t_threads[tid]); in __kmp_join_barrier()
1711 kmp_info_t *team_thread = team->t.t_threads[i]; in __kmp_join_barrier()
1736 kmp_info_t **other_threads = team->t.t_threads; in __kmp_join_barrier()
1821 kmp_info_t **other_threads = team->t.t_threads; in __kmp_fork_barrier()
1957 __kmp_init_implicit_task(team->t.t_ident, team->t.t_threads[tid], team, in __kmp_fork_barrier()
1960 &team->t.t_threads[0] in __kmp_fork_barrier()
2038 KMP_DEBUG_ASSERT(team->t.t_threads[0]); // The threads arrays should be in __kmp_setup_icv_copy()
2041 &team->t.t_threads[0]->th.th_bar[bs_forkjoin_barrier].bb.th_fixed_icvs, in __kmp_setup_icv_copy()
2044 team->t.t_threads[0], team)); in __kmp_setup_icv_copy()
2049 team->t.t_threads[0], team)); in __kmp_setup_icv_copy()
2054 KMP_DEBUG_ASSERT(team->t.t_threads[0]); // The threads arrays should be in __kmp_setup_icv_copy()
2059 f, team->t.t_threads[f], team)); in __kmp_setup_icv_copy()
2060 __kmp_init_implicit_task(loc, team->t.t_threads[f], team, f, FALSE); in __kmp_setup_icv_copy()
2063 f, team->t.t_threads[f], team)); in __kmp_setup_icv_copy()