Home
last modified time | relevance | path

Searched refs:b_arrived (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_barrier.cpp74 team->t.t_id, 0, &thr_bar->b_arrived, thr_bar->b_arrived, in __kmp_linear_barrier_gather_template()
75 thr_bar->b_arrived + KMP_BARRIER_STATE_BUMP)); in __kmp_linear_barrier_gather_template()
81 kmp_flag_64<> flag(&thr_bar->b_arrived, other_threads[0]); in __kmp_linear_barrier_gather_template()
88 kmp_uint64 new_state = team_bar->b_arrived + KMP_BARRIER_STATE_BUMP; in __kmp_linear_barrier_gather_template()
95 KMP_CACHE_PREFETCH(&other_threads[i + 1]->th.th_bar[bt].bb.b_arrived); in __kmp_linear_barrier_gather_template()
101 &other_threads[i]->th.th_bar[bt].bb.b_arrived, new_state)); in __kmp_linear_barrier_gather_template()
106 &other_threads[i]->th.th_bar[bt].bb.b_arrived, new_state); in __kmp_linear_barrier_gather_template()
110 kmp_flag_64<> flag(&other_threads[i]->th.th_bar[bt].bb.b_arrived, in __kmp_linear_barrier_gather_template()
139 team_bar->b_arrived = new_state; in __kmp_linear_barrier_gather_template()
142 gtid, team->t.t_id, tid, team->t.t_id, &team_bar->b_arrived, in __kmp_linear_barrier_gather_template()
[all …]
Dkmp_runtime.cpp1037 team->t.t_bar[bs_forkjoin_barrier].b_arrived, in __kmp_fork_team_threads()
1038 team->t.t_bar[bs_plain_barrier].b_arrived)); in __kmp_fork_team_threads()
1046 balign[b].bb.b_arrived = team->t.t_bar[b].b_arrived; in __kmp_fork_team_threads()
2449 balign[b].bb.b_arrived = team->t.t_bar[b].b_arrived; in __kmp_join_call()
3772 root_thread->th.th_bar[b].bb.b_arrived = KMP_INIT_BARRIER_STATE; in __kmp_register_root()
3778 KMP_DEBUG_ASSERT(root->r.r_hot_team->t.t_bar[bs_forkjoin_barrier].b_arrived == in __kmp_register_root()
5110 balign[b].bb.b_arrived = team->t.t_bar[b].b_arrived; in __kmp_allocate_team()
5153 team->t.t_bar[bs_forkjoin_barrier].b_arrived, in __kmp_allocate_team()
5154 team->t.t_bar[bs_plain_barrier].b_arrived)); in __kmp_allocate_team()
5160 balign[b].bb.b_arrived = team->t.t_bar[b].b_arrived; in __kmp_allocate_team()
[all …]
Dkmp_itt.inl490 // Master thread increases b_arrived by KMP_BARRIER_STATE_BUMP each time.
491 // Divide b_arrived by KMP_BARRIER_STATE_BUMP to get plain barrier counter.
493 team->t.t_bar[bt].b_arrived / KMP_BARRIER_STATE_BUMP + delta;
Dkmp.h1927 b_arrived; // STATE => task reached synch point. member
1963 kmp_uint64 b_arrived; /* STATE => task reached synch point. */ member