Home
last modified time | relevance | path

Searched refs:th_bar (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.cpp389 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 Dkmp_runtime.cpp512 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 Dkmp_omp.h107 offset_and_size_t th_bar; member
H A Dkmp_debugger.cpp101 offset_and_size_of(kmp_base_info_t, th_bar),
H A Dkmp_wait_release.h969 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 Dkmp.h3050 KMP_ALIGN_CACHE kmp_balign_t th_bar[bs_last_barrier]; member