Searched defs:thr_bar (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-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
157 kmp_bstate_t *thr_bar = &this_thr->th.th_bar[bt].bb; local
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

Completed in 191 milliseconds