Home
last modified time | relevance | path

Searched refs:thr_bar (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.cpp381 kmp_bstate_t *thr_bar; in __kmp_dist_barrier_release() local
389 thr_bar = &this_thr->th.th_bar[bt].bb; in __kmp_dist_barrier_release()
492 copy_icvs(&thr_bar->th_fixed_icvs, in __kmp_dist_barrier_release()
513 copy_icvs(&thr_bar->th_fixed_icvs, in __kmp_dist_barrier_release()
562 kmp_bstate_t *thr_bar = &this_thr->th.th_bar[bt].bb; in __kmp_linear_barrier_gather_template() local
585 team->t.t_id, 0, &thr_bar->b_arrived, thr_bar->b_arrived, in __kmp_linear_barrier_gather_template()
586 thr_bar->b_arrived + KMP_BARRIER_STATE_BUMP)); in __kmp_linear_barrier_gather_template()
591 kmp_flag_64<> flag(&thr_bar->b_arrived, other_threads[0]); in __kmp_linear_barrier_gather_template()
663 kmp_bstate_t *thr_bar = &this_thr->th.th_bar[bt].bb; in __kmp_linear_barrier_release_template() local
718 gtid, &thr_bar->b_go, KMP_BARRIER_STATE_BUMP)); in __kmp_linear_barrier_release_template()
[all …]
H A Dkmp_affinity.cpp78 void __kmp_get_hierarchy(kmp_uint32 nproc, kmp_bstate_t *thr_bar) { in __kmp_get_hierarchy() argument
92 thr_bar->depth = depth; in __kmp_get_hierarchy()
94 &(thr_bar->base_leaf_kids)); in __kmp_get_hierarchy()
95 thr_bar->skip_per_level = machine_hierarchy.skipPerLevel; in __kmp_get_hierarchy()
H A Dkmp.h4016 extern void __kmp_get_hierarchy(kmp_uint32 nproc, kmp_bstate_t *thr_bar);