Searched refs:old_state (Results 1 – 2 of 2) sorted by relevance
603 let old_state = AssociationState::from(self.state.swap(new_state as u8, Ordering::SeqCst)); in set_state() localVariable604 if new_state != old_state { in set_state()608 old_state, in set_state()
590 let old_state = AssociationState::from(self.state.swap(new_state as u8, Ordering::SeqCst)); in set_state() localVariable591 if new_state != old_state { in set_state()595 old_state, in set_state()