Searched refs:SpinLockGuard (Results 1 – 3 of 3) sorted by relevance
34 pub fn acquire(&self) -> SpinLockGuard<'_> { in acquire()45 SpinLockGuard(self) in acquire()57 pub struct SpinLockGuard<'a>(&'a SpinLock); struct59 impl Drop for SpinLockGuard<'_> { implementation
96 pub type SpinLockGuard<'a, T> = super::Guard<'a, T, SpinLockBackend>; typedef
26 pub use lock::spinlock::{new_spinlock, SpinLock, SpinLockGuard};
Completed in 4 milliseconds