Searched refs:th_bar (Results 1 – 6 of 6) sorted by relevance
/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() 562 kmp_bstate_t *thr_bar = &this_thr->th.th_bar[bt].bb; in __kmp_linear_barrier_gather_template() 605 KMP_CACHE_PREFETCH(&other_threads[i + 1]->th.th_bar[bt].bb.b_arrived); in __kmp_linear_barrier_gather_template() 611 &other_threads[i]->th.th_bar[bt].bb.b_arrived, new_state)); in __kmp_linear_barrier_gather_template() 616 &other_threads[i]->th.th_bar[bt].bb.b_arrived, new_state); in __kmp_linear_barrier_gather_template() 620 kmp_flag_64<> flag(&other_threads[i]->th.th_bar[bt].bb.b_arrived, 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() 701 KMP_CACHE_PREFETCH(&other_threads[i + 1]->th.th_bar[bt].bb.b_go); in __kmp_linear_barrier_release_template() 708 team->t.t_id, i, &other_threads[i]->th.th_bar[bt].bb.b_go, in __kmp_linear_barrier_release_template() 709 other_threads[i]->th.th_bar[b 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() 513 sizeof(kmp_balign_t) * bs_last_barrier, "th_%d.th_bar", gtid); 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() 517 sizeof(kmp_balign_t), "th_%d.th_bar[plain]", 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() 522 sizeof(kmp_balign_t), "th_%d.th_bar[forkjoin]", in __kmp_print_thread_storage_map() 526 __kmp_print_storage_map_gtid(gtid, &thr->th.th_bar[bs_reduction_barrie in __kmp_print_thread_storage_map() [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 | 971 if (this_thr->th.th_bar[bt].bb.wait_flag == KMP_BARRIER_SWITCH_TO_OWN_FLAG) 976 this_thr->th.th_bar[bt].bb.wait_flag = KMP_BARRIER_SWITCHING; 977 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
|