Lines Matching refs:VERSIONS
10882 static VERSIONS: AtomicUsize = AtomicUsize::new(0);10901 VERSIONS.fetch_add(2, Relaxed);10915 VERSIONS.fetch_sub(self.version.get(), Relaxed);10934 VERSIONS.store(0, Relaxed);10961 assert_eq!(VERSIONS.load(Relaxed), 0);