Searched refs:allocated_bit (Results 1 – 2 of 2) sorted by relevance
130 const uint64_t allocated_bit = (1u << i << kAllocatedShift); in RunParty() local131 prev_state &= ~allocated_bit; in RunParty()133 state_.fetch_and(~allocated_bit, std::memory_order_release); in RunParty()135 finished_prev_state & ~allocated_bit); in RunParty()
119 const uint64_t allocated_bit = (1u << i << kAllocatedShift); in RunParty() local120 prev_state &= ~allocated_bit; in RunParty()121 state_.fetch_and(~allocated_bit, std::memory_order_release); in RunParty()