Home
last modified time | relevance | path

Searched refs:bs_reduction_barrier (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp511 __kmp_print_storage_map_gtid(gtid, &thr->th.th_bar[bs_reduction_barrier], in __kmp_print_thread_storage_map()
512 &thr->th.th_bar[bs_reduction_barrier + 1], in __kmp_print_thread_storage_map()
543 __kmp_print_storage_map_gtid(-1, &team->t.t_bar[bs_reduction_barrier], in __kmp_print_team_storage_map()
544 &team->t.t_bar[bs_reduction_barrier + 1], in __kmp_print_team_storage_map()
7214 if (i == bs_reduction_barrier) { // tested and confirmed on ALTIX only ( in __kmp_do_serial_initialize()
7240 __kmp_barrier_gather_pattern[bs_reduction_barrier] = bp_hierarchical_bar; in __kmp_do_serial_initialize()
7241 __kmp_barrier_release_pattern[bs_reduction_barrier] = bp_hierarchical_bar; in __kmp_do_serial_initialize()
H A Dkmp.h589 (PACK_REDUCTION_METHOD_AND_BARRIER(tree_reduce_block, bs_reduction_barrier))
2137 bs_reduction_barrier, /* 2, All barriers that are used in reduction */ enumerator
2144 #define bs_reduction_barrier bs_plain_barrier macro