Home
last modified time | relevance | path

Searched refs:SpinLockGuard (Results 1 – 3 of 3) sorted by relevance

/rust/pin-init/examples/
A Dmutex.rs34 pub fn acquire(&self) -> SpinLockGuard<'_> { in acquire()
45 SpinLockGuard(self) in acquire()
57 pub struct SpinLockGuard<'a>(&'a SpinLock); struct
59 impl Drop for SpinLockGuard<'_> { implementation
/rust/kernel/sync/lock/
A Dspinlock.rs96 pub type SpinLockGuard<'a, T> = super::Guard<'a, T, SpinLockBackend>; typedef
/rust/kernel/
A Dsync.rs26 pub use lock::spinlock::{new_spinlock, SpinLock, SpinLockGuard};

Completed in 4 milliseconds