Searched refs:SpinLockGuard (Results 1 – 2 of 2) 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
30 pub use lock::spinlock::{new_spinlock, SpinLock, SpinLockGuard};