Lines Matching defs:leaf_state
1351 thr_bar->leaf_state = 0;
1353 ((char *)&(thr_bar->leaf_state))[7 - i] = 1;
1401 kmp_uint64 leaf_state =
1403 ? thr_bar->b_arrived | thr_bar->leaf_state
1404 : team->t.t_bar[bt].b_arrived | thr_bar->leaf_state;
1408 kmp_flag_64<> flag(&thr_bar->b_arrived, leaf_state);
1425 // clear leaf_state bits
1426 KMP_TEST_THEN_AND64(&thr_bar->b_arrived, ~(thr_bar->leaf_state));
1604 kmp_uint64 old_leaf_state = thr_bar->leaf_state;
1699 } else { // Release all children at once with leaf_state bits on my own
1701 thr_bar->b_go |= thr_bar->leaf_state;