Searched refs:SpinLockGuard (Results 1 – 3 of 3) sorted by relevance
32 pub fn acquire(&self) -> SpinLockGuard<'_> { in acquire()42 SpinLockGuard(self) in acquire()54 pub struct SpinLockGuard<'a>(&'a SpinLock); struct56 impl Drop for SpinLockGuard<'_> { implementation
96 pub type SpinLockGuard<'a, T> = super::Guard<'a, T, SpinLockBackend>; typedef
23 pub use lock::spinlock::{new_spinlock, SpinLock, SpinLockGuard};