Home
last modified time | relevance | path

Searched refs:WORKS (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/proc-macro2/src/
H A Ddetection.rs4 static WORKS: AtomicUsize = AtomicUsize::new(0); consts
8 match WORKS.load(Ordering::Relaxed) {
19 WORKS.store(1, Ordering::Relaxed);
29 WORKS.store(available as usize + 1, Ordering::Relaxed); in initialize()
68 WORKS.store(works as usize + 1, Ordering::Relaxed); in initialize()

Completed in 1 milliseconds