Searched refs:th_bar (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_barrier.cpp | 389 thr_bar = &this_thr->th.th_bar[bt].bb; in __kmp_dist_barrier_release() 561 kmp_bstate_t *thr_bar = &this_thr->th.th_bar[bt].bb; in __kmp_linear_barrier_gather_template() 604 KMP_CACHE_PREFETCH(&other_threads[i + 1]->th.th_bar[bt].bb.b_arrived); in __kmp_linear_barrier_gather_template() 610 &other_threads[i]->th.th_bar[bt].bb.b_arrived, new_state)); in __kmp_linear_barrier_gather_template() 615 &other_threads[i]->th.th_bar[bt].bb.b_arrived, new_state); in __kmp_linear_barrier_gather_template() 619 kmp_flag_64<> flag(&other_threads[i]->th.th_bar[bt].bb.b_arrived, in __kmp_linear_barrier_gather_template() 662 kmp_bstate_t *thr_bar = &this_thr->th.th_bar[bt].bb; in __kmp_linear_barrier_release_template() 700 KMP_CACHE_PREFETCH(&other_threads[i + 1]->th.th_bar[bt].bb.b_go); in __kmp_linear_barrier_release_template() 707 team->t.t_id, i, &other_threads[i]->th.th_bar[bt].bb.b_go, in __kmp_linear_barrier_release_template() 708 other_threads[i]->th.th_bar[bt].bb.b_go, in __kmp_linear_barrier_release_template() [all …]
|
H A D | kmp_runtime.cpp | 512 gtid, &thr->th.th_bar[0], &thr->th.th_bar[bs_last_barrier], in __kmp_print_thread_storage_map() 515 __kmp_print_storage_map_gtid(gtid, &thr->th.th_bar[bs_plain_barrier], in __kmp_print_thread_storage_map() 516 &thr->th.th_bar[bs_plain_barrier + 1], in __kmp_print_thread_storage_map() 520 __kmp_print_storage_map_gtid(gtid, &thr->th.th_bar[bs_forkjoin_barrier], in __kmp_print_thread_storage_map() 521 &thr->th.th_bar[bs_forkjoin_barrier + 1], in __kmp_print_thread_storage_map() 526 __kmp_print_storage_map_gtid(gtid, &thr->th.th_bar[bs_reduction_barrier], in __kmp_print_thread_storage_map() 527 &thr->th.th_bar[bs_reduction_barrier + 1], in __kmp_print_thread_storage_map() 1038 kmp_balign_t *balign = team->t.t_threads[i]->th.th_bar; in __kmp_fork_team_threads() 2618 kmp_balign_t *balign = other_threads[i]->th.th_bar; in __kmp_join_call() 4002 root_thread->th.th_bar[b].bb.b_arrived = KMP_INIT_BARRIER_STATE; in __kmp_register_root() [all …]
|
H A D | kmp_omp.h | 107 offset_and_size_t th_bar; member
|
H A D | kmp_debugger.cpp | 101 offset_and_size_of(kmp_base_info_t, th_bar),
|
H A D | kmp_wait_release.h | 969 if (this_thr->th.th_bar[bt].bb.wait_flag == KMP_BARRIER_SWITCH_TO_OWN_FLAG) 974 this_thr->th.th_bar[bt].bb.wait_flag = KMP_BARRIER_SWITCHING; 975 kmp_flag_64<> flag(&this_thr->th.th_bar[bt].bb.b_go,
|
H A D | kmp.h | 3050 KMP_ALIGN_CACHE kmp_balign_t th_bar[bs_last_barrier]; member
|