Searched refs:STATE_EMPTY (Results 1 – 1 of 1) sorted by relevance
91 const STATE_EMPTY: u8 = 2; constant139 (Self::STATE_EMPTY, _) => { in check_state()140 return Ok(Self::STATE_EMPTY); in check_state()155 self.state.store(Self::STATE_EMPTY, Ordering::Relaxed); in check_state()156 return Ok(Self::STATE_EMPTY); in check_state()230 Ok(LegacyMigrator::STATE_EMPTY) => return None, in do_serialized()251 (Self::STATE_EMPTY, None) in do_serialized()256 if result.is_some() && new_state == Self::STATE_EMPTY { in do_serialized()275 if new_state == Self::STATE_EMPTY { in do_serialized()276 self.state.store(Self::STATE_EMPTY, Ordering::Relaxed) in do_serialized()[all …]