Searched refs:th_bar (Results 1 - 6 of 6) 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;
95 KMP_CACHE_PREFETCH(&other_threads[i + 1]->th.th_bar[bt].bb.b_arrived);
101 &other_threads[i]->th.th_bar[bt].bb.b_arrived, new_state));
104 kmp_flag_64 flag(&other_threads[i]->th.th_bar[bt].bb.b_arrived,
157 kmp_bstate_t *thr_bar = &this_thr->th.th_bar[bt].bb;
195 KMP_CACHE_PREFETCH(&other_threads[i + 1]->th.th_bar[bt].bb.b_go);
202 team->t.t_id, i, &other_threads[i]->th.th_bar[bt].bb.b_go,
203 other_threads[i]->th.th_bar[bt].bb.b_go,
204 other_threads[i]->th.th_bar[bt].bb.b_go + KMP_BARRIER_STATE_BUMP));
206 kmp_flag_64 flag(&other_threads[i]->th.th_bar[b
[all...]
H A Dkmp_omp.h107 offset_and_size_t th_bar; member in struct:__anon3442
H A Dkmp_debugger.cpp101 offset_and_size_of(kmp_base_info_t, th_bar),
H A Dkmp_runtime.cpp463 gtid, &thr->th.th_bar[0], &thr->th.th_bar[bs_last_barrier],
464 sizeof(kmp_balign_t) * bs_last_barrier, "th_%d.th_bar", gtid);
466 __kmp_print_storage_map_gtid(gtid, &thr->th.th_bar[bs_plain_barrier],
467 &thr->th.th_bar[bs_plain_barrier + 1],
468 sizeof(kmp_balign_t), "th_%d.th_bar[plain]",
471 __kmp_print_storage_map_gtid(gtid, &thr->th.th_bar[bs_forkjoin_barrier],
472 &thr->th.th_bar[bs_forkjoin_barrier + 1],
473 sizeof(kmp_balign_t), "th_%d.th_bar[forkjoin]",
477 __kmp_print_storage_map_gtid(gtid, &thr->th.th_bar[bs_reduction_barrie
[all...]
H A Dkmp_wait_release.h856 if (this_thr->th.th_bar[bt].bb.wait_flag == KMP_BARRIER_SWITCH_TO_OWN_FLAG)
861 this_thr->th.th_bar[bt].bb.wait_flag = KMP_BARRIER_SWITCHING;
862 kmp_flag_64 flag(&this_thr->th.th_bar[bt].bb.b_go,
H A Dkmp.h2523 KMP_ALIGN_CACHE kmp_balign_t th_bar[bs_last_barrier]; member in struct:kmp_base_info

Completed in 198 milliseconds