Searched defs:new_state (Results 1 – 3 of 3) sorted by relevance
95 …auto new_state = static_cast<int32_t>(helpers::ToUnsigned(cur_state) | helpers::ToUnsigned(HELD_MA… in Lock() local152 …auto new_state = static_cast<int32_t>(helpers::ToUnsigned(cur_state) | helpers::ToUnsigned(HELD_MA… in TryLock() local208 …auto new_state = helpers::ToUnsigned(cur_state) & ~helpers::ToUnsigned(HELD_MASK); // State witho… in Unlock() local324 auto new_state = cur_state + READ_INCREMENT; in TryReadLock() local
146 auto new_state = cur_state + READ_INCREMENT; in ReadLock() local180 auto new_state = cur_state - READ_INCREMENT; in ReadUnlock() local
56 inline void PygoteSpaceAllocator<AllocConfigT>::SetState(PygoteSpaceState new_state) in SetState()