Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/miri/src/concurrency/
Dvector_clock.rs52 pub struct VTimestamp { struct
57 impl VTimestamp { argument
65 impl PartialEq for VTimestamp { implementation
71 impl Eq for VTimestamp {} implementation
73 impl PartialOrd for VTimestamp { implementation
79 impl Ord for VTimestamp { implementation
110 pub fn as_slice(&self) -> &[VTimestamp] { in as_slice()
118 fn get_mut_with_min_len(&mut self, min_len: usize) -> &mut [VTimestamp] { in get_mut_with_min_len()
365 fn index(&self, index: VectorIdx) -> &VTimestamp { in index() method
372 fn index_mut(&mut self, index: VectorIdx) -> &mut VTimestamp { in index_mut()
Ddata_race.rs250 fn new(alloc: VTimestamp, alloc_index: VectorIdx) -> Self { in new()