Home
last modified time | relevance | path

Searched defs:StoreElement (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/src/tools/miri/src/concurrency/
Dweak_memory.rs138 struct StoreElement { struct
141 store_index: VectorIdx,
144 is_seqcst: bool,
147 timestamp: VTimestamp,
152 val: Scalar<Provenance>,
156 load_info: RefCell<LoadInfo>,
334 ) -> (&StoreElement, LoadRecency) { in fetch_store()
450 impl StoreElement { impl