Struct miri::concurrency::sync::SynchronizationState
source · pub(crate) struct SynchronizationState<'mir, 'tcx> {
mutexes: IndexVec<MutexId, Mutex>,
rwlocks: IndexVec<RwLockId, RwLock>,
condvars: IndexVec<CondvarId, Condvar>,
futexes: FxHashMap<u64, Futex>,
pub(super) init_onces: IndexVec<InitOnceId, InitOnce<'mir, 'tcx>>,
}
Expand description
The state of all synchronization variables.
Fields§
§mutexes: IndexVec<MutexId, Mutex>
§rwlocks: IndexVec<RwLockId, RwLock>
§condvars: IndexVec<CondvarId, Condvar>
§futexes: FxHashMap<u64, Futex>
§init_onces: IndexVec<InitOnceId, InitOnce<'mir, 'tcx>>
Trait Implementations§
source§impl<'mir, 'tcx> Debug for SynchronizationState<'mir, 'tcx>
impl<'mir, 'tcx> Debug for SynchronizationState<'mir, 'tcx>
source§impl<'mir, 'tcx> Default for SynchronizationState<'mir, 'tcx>
impl<'mir, 'tcx> Default for SynchronizationState<'mir, 'tcx>
source§fn default() -> SynchronizationState<'mir, 'tcx>
fn default() -> SynchronizationState<'mir, 'tcx>
Returns the “default value” for a type. Read more
source§impl<'mir, 'tcx> VisitTags for SynchronizationState<'mir, 'tcx>
impl<'mir, 'tcx> VisitTags for SynchronizationState<'mir, 'tcx>
Auto Trait Implementations§
impl<'mir, 'tcx> !RefUnwindSafe for SynchronizationState<'mir, 'tcx>
impl<'mir, 'tcx> !Send for SynchronizationState<'mir, 'tcx>
impl<'mir, 'tcx> !Sync for SynchronizationState<'mir, 'tcx>
impl<'mir, 'tcx> Unpin for SynchronizationState<'mir, 'tcx>
impl<'mir, 'tcx> !UnwindSafe for SynchronizationState<'mir, 'tcx>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 128 bytes