Home
last modified time | relevance | path

Searched refs:old_state (Results 1 – 2 of 2) sorted by relevance

/webrtc/sctp/src/association/
H A Dmod.rs603 let old_state = AssociationState::from(self.state.swap(new_state as u8, Ordering::SeqCst)); in set_state() localVariable
604 if new_state != old_state { in set_state()
608 old_state, in set_state()
H A Dassociation_internal.rs590 let old_state = AssociationState::from(self.state.swap(new_state as u8, Ordering::SeqCst)); in set_state() localVariable
591 if new_state != old_state { in set_state()
595 old_state, in set_state()