Searched defs:AtomicState (Results 1 – 8 of 8) sorted by relevance
31 class AtomicState(value: Any) { class
406 pub(super) struct AtomicState(AtomicUsize); struct432 impl AtomicState { implementation
36 explicit AtomicState(T state) : state_(state) {} in AtomicState() function
126 type AtomicState = AtomicPtr<()>; typedef