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

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.cpp51 kmp_bstate_t *thr_bar = &this_thr->th.th_bar[bt].bb; local
74 team->t.t_id, 0, &thr_bar->b_arrived, thr_bar->b_arrived,
75 thr_bar->b_arrived + KMP_BARRIER_STATE_BUMP));
81 kmp_flag_64 flag(&thr_bar->b_arrived, other_threads[0]);
157 kmp_bstate_t *thr_bar = &this_thr->th.th_bar[bt].bb; local
213 gtid, &thr_bar->b_go, KMP_BARRIER_STATE_BUMP));
214 kmp_flag_64 flag(&thr_bar->b_go, KMP_BARRIER_STATE_BUMP);
251 TCW_4(thr_bar->b_go, KMP_INIT_BARRIER_STATE);
254 gtid, team->t.t_id, tid, &thr_bar
299 kmp_bstate_t *thr_bar = &this_thr->th.th_bar[bt].bb; local
410 kmp_bstate_t *thr_bar = &this_thr->th.th_bar[bt].bb; local
519 kmp_bstate_t *thr_bar = &this_thr->th.th_bar[bt].bb; local
641 kmp_bstate_t *thr_bar = &this_thr->th.th_bar[bt].bb; local
803 __kmp_init_hierarchical_barrier_thread(enum barrier_type bt, kmp_bstate_t *thr_bar, kmp_uint32 nproc, int gtid, int tid, kmp_team_t *team) argument
873 kmp_bstate_t *thr_bar = &this_thr->th.th_bar[bt].bb; local
1053 kmp_bstate_t *thr_bar = &this_thr->th.th_bar[bt].bb; local
[all...]
H A Dkmp_affinity.cpp28 void __kmp_get_hierarchy(kmp_uint32 nproc, kmp_bstate_t *thr_bar) { argument
42 thr_bar->depth = depth;
43 thr_bar->base_leaf_kids = (kmp_uint8)machine_hierarchy.numPerLevel[0] - 1;
44 thr_bar->skip_per_level = machine_hierarchy.skipPerLevel;
H A Dkmp.h3355 extern void __kmp_get_hierarchy(kmp_uint32 nproc, kmp_bstate_t *thr_bar);

Completed in 80 milliseconds