Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_barrier.cpp195 KMP_CACHE_PREFETCH(&other_threads[i + 1]->th.th_bar[bt].bb.b_go); in __kmp_linear_barrier_release_template()
202 team->t.t_id, i, &other_threads[i]->th.th_bar[bt].bb.b_go, in __kmp_linear_barrier_release_template()
203 other_threads[i]->th.th_bar[bt].bb.b_go, in __kmp_linear_barrier_release_template()
204 other_threads[i]->th.th_bar[bt].bb.b_go + KMP_BARRIER_STATE_BUMP)); in __kmp_linear_barrier_release_template()
206 kmp_flag_64<> flag(&other_threads[i]->th.th_bar[bt].bb.b_go, in __kmp_linear_barrier_release_template()
213 gtid, &thr_bar->b_go, KMP_BARRIER_STATE_BUMP)); in __kmp_linear_barrier_release_template()
215 kmp_flag_64<true, false> flag(&thr_bar->b_go, KMP_BARRIER_STATE_BUMP); in __kmp_linear_barrier_release_template()
219 kmp_flag_64<> flag(&thr_bar->b_go, KMP_BARRIER_STATE_BUMP); in __kmp_linear_barrier_release_template()
249 TCW_4(thr_bar->b_go, KMP_INIT_BARRIER_STATE); in __kmp_linear_barrier_release_template()
252 gtid, team->t.t_id, tid, &thr_bar->b_go, KMP_INIT_BARRIER_STATE)); in __kmp_linear_barrier_release_template()
[all …]
Dkmp_runtime.cpp4332 CCAST(kmp_uint64 *, &new_thr->th.th_bar[0].bb.b_go), in __kmp_allocate_thread()
4333 sizeof(new_thr->th.th_bar[0].bb.b_go)); in __kmp_allocate_thread()
4336 CCAST(kmp_uint64 *, &new_thr->th.th_bar[1].bb.b_go), in __kmp_allocate_thread()
4337 sizeof(new_thr->th.th_bar[1].bb.b_go)); in __kmp_allocate_thread()
4340 CCAST(kmp_uint64 *, &new_thr->th.th_bar[2].bb.b_go), in __kmp_allocate_thread()
4341 sizeof(new_thr->th.th_bar[2].bb.b_go)); in __kmp_allocate_thread()
4389 balign[b].bb.b_go = KMP_INIT_BARRIER_STATE; in __kmp_allocate_thread()
5460 kmp_flag_64<> fl(&th->th.th_bar[bs_forkjoin_barrier].bb.b_go, th); in __kmp_free_team()
5887 kmp_flag_64<> flag(&thread->th.th_bar[bs_forkjoin_barrier].bb.b_go, in __kmp_reap_thread()
8406 kmp_flag_64<> fl(&thread->th.th_bar[bs_forkjoin_barrier].bb.b_go, in __kmp_resume_if_soft_paused()
Dkmp_wait_release.h965 kmp_flag_64<> flag(&this_thr->th.th_bar[bt].bb.b_go,
Dkmp.h1925 volatile kmp_uint64 b_go; // STATE => task should proceed (hierarchical) member