Searched refs:leaf_state (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.cpp863 thr_bar->leaf_state = 0;
865 ((char *)&(thr_bar->leaf_state))[7 - i] = 1;
913 kmp_uint64 leaf_state = local
915 ? thr_bar->b_arrived | thr_bar->leaf_state
916 : team->t.t_bar[bt].b_arrived | thr_bar->leaf_state;
920 kmp_flag_64 flag(&thr_bar->b_arrived, leaf_state);
941 // clear leaf_state bits
942 KMP_TEST_THEN_AND64(&thr_bar->b_arrived, ~(thr_bar->leaf_state));
1128 kmp_uint64 old_leaf_state = thr_bar->leaf_state;
1224 } else { // Release all children at once with leaf_state bit
[all...]
H A Dkmp.h1842 kmp_uint64 leaf_state; member in struct:kmp_bstate

Completed in 83 milliseconds