Searched refs:SpinLockBackend (Results 1 – 2 of 2) sorted by relevance
85 pub type SpinLock<T> = super::Lock<T, SpinLockBackend>;88 pub struct SpinLockBackend; struct 96 pub type SpinLockGuard<'a, T> = super::Guard<'a, T, SpinLockBackend>;100 unsafe impl super::Backend for SpinLockBackend { implementation
300 $crate::sync::lock::spinlock::SpinLockBackend