Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.cpp991 team->t.t_id, child_tid, &child_bar->b_go, child_bar->b_go, in __kmp_tree_barrier_release()
1257 team->t.t_id, child_tid, &child_bar->b_go, child_bar->b_go, in __kmp_hyper_barrier_release()
1550 TCW_8(thr_bar->b_go, in __kmp_hierarchical_barrier_release()
1562 TCW_8(thr_bar->b_go, in __kmp_hierarchical_barrier_release()
1646 thr_bar->b_go = KMP_BARRIER_STATE_BUMP; in __kmp_hierarchical_barrier_release()
1661 child_tid, &child_bar->b_go, child_bar->b_go, in __kmp_hierarchical_barrier_release()
1669 TCW_8(thr_bar->b_go, in __kmp_hierarchical_barrier_release()
1677 thr_bar->b_go |= old_leaf_state; in __kmp_hierarchical_barrier_release()
1692 team->t.t_id, child_tid, &child_bar->b_go, child_bar->b_go, in __kmp_hierarchical_barrier_release()
1700 thr_bar->b_go |= thr_bar->leaf_state; in __kmp_hierarchical_barrier_release()
[all …]
H A Dkmp_runtime.cpp4583 CCAST(kmp_uint64 *, &new_thr->th.th_bar[0].bb.b_go), in __kmp_allocate_thread()
4584 sizeof(new_thr->th.th_bar[0].bb.b_go)); in __kmp_allocate_thread()
4587 CCAST(kmp_uint64 *, &new_thr->th.th_bar[1].bb.b_go), in __kmp_allocate_thread()
4588 sizeof(new_thr->th.th_bar[1].bb.b_go)); in __kmp_allocate_thread()
4591 CCAST(kmp_uint64 *, &new_thr->th.th_bar[2].bb.b_go), in __kmp_allocate_thread()
4592 sizeof(new_thr->th.th_bar[2].bb.b_go)); in __kmp_allocate_thread()
4640 balign[b].bb.b_go = KMP_INIT_BARRIER_STATE; in __kmp_allocate_thread()
5711 kmp_flag_64<> fl(&th->th.th_bar[bs_forkjoin_barrier].bb.b_go, th); in __kmp_free_team()
6189 kmp_flag_64<> flag(&thread->th.th_bar[bs_forkjoin_barrier].bb.b_go, in __kmp_reap_thread()
9041 kmp_flag_64<> fl(&thread->th.th_bar[bs_forkjoin_barrier].bb.b_go, in __kmp_resume_if_soft_paused()
H A Dkmp_wait_release.h971 kmp_flag_64<> flag(&this_thr->th.th_bar[bt].bb.b_go,
H A Dkmp.h2199 volatile kmp_uint64 b_go; // STATE => task should proceed (hierarchical) member