Searched refs:SpinLock (Results 1 – 5 of 5) sorted by relevance
26 pub struct SpinLock { struct30 impl SpinLock { implementation54 pub struct SpinLockGuard<'a>(&'a SpinLock);67 spin_lock: SpinLock,78 spin_lock: SpinLock::new(), in new()
26 lock: SpinLock,38 lock: SpinLock::new(), in new()
14 $crate::sync::SpinLock::new(85 pub type SpinLock<T> = super::Lock<T, SpinLockBackend>; typedef
299 (backend SpinLock) => {
23 pub use lock::spinlock::{new_spinlock, SpinLock, SpinLockGuard};