Lines Matching refs:th_team

237   team = this_thr->th.th_team;  in __kmp_dist_barrier_gather()
439 team = this_thr->th.th_team; in __kmp_dist_barrier_release()
505 team = this_thr->th.th_team; in __kmp_dist_barrier_release()
560 kmp_team_t *team = this_thr->th.th_team; in __kmp_linear_barrier_gather_template()
670 team = __kmp_threads[gtid]->th.th_team; in __kmp_linear_barrier_release_template()
749 team = __kmp_threads[gtid]->th.th_team; in __kmp_linear_barrier_release_template()
798 kmp_team_t *team = this_thr->th.th_team; in __kmp_tree_barrier_gather()
942 team = __kmp_threads[gtid]->th.th_team; in __kmp_tree_barrier_release()
952 team = __kmp_threads[gtid]->th.th_team; in __kmp_tree_barrier_release()
1010 kmp_team_t *team = this_thr->th.th_team; in __kmp_hyper_barrier_gather()
1145 team = __kmp_threads[gtid]->th.th_team; in __kmp_hyper_barrier_release()
1183 team = __kmp_threads[gtid]->th.th_team; in __kmp_hyper_barrier_release()
1361 kmp_team_t *team = this_thr->th.th_team; in __kmp_hierarchical_barrier_gather()
1536 team = __kmp_threads[gtid]->th.th_team; in __kmp_hierarchical_barrier_release()
1574 team = __kmp_threads[gtid]->th.th_team; in __kmp_hierarchical_barrier_release()
1774 kmp_team_t *team = this_thr->th.th_team; in __kmp_barrier_template()
2136 kmp_team_t *team = this_thr->th.th_team; in __kmp_end_split_barrier()
2201 team = this_thr->th.th_team; in __kmp_join_barrier()
2215 KMP_DEBUG_ASSERT(TCR_PTR(this_thr->th.th_team)); in __kmp_join_barrier()
2421 kmp_team_t *team = (tid == 0) ? this_thr->th.th_team : NULL; in __kmp_fork_barrier()
2458 KMP_DEBUG_ASSERT(other_threads[i]->th.th_team == team); in __kmp_fork_barrier()
2569 team = (kmp_team_t *)TCR_PTR(this_thr->th.th_team); in __kmp_fork_barrier()