Lines Matching defs:leaf_state
1350 thr_bar->leaf_state = 0;
1352 ((char *)&(thr_bar->leaf_state))[7 - i] = 1;
1400 kmp_uint64 leaf_state =
1402 ? thr_bar->b_arrived | thr_bar->leaf_state
1403 : team->t.t_bar[bt].b_arrived | thr_bar->leaf_state;
1407 kmp_flag_64<> flag(&thr_bar->b_arrived, leaf_state);
1424 // clear leaf_state bits
1425 KMP_TEST_THEN_AND64(&thr_bar->b_arrived, ~(thr_bar->leaf_state));
1603 kmp_uint64 old_leaf_state = thr_bar->leaf_state;
1698 } else { // Release all children at once with leaf_state bits on my own
1700 thr_bar->b_go |= thr_bar->leaf_state;