Home
last modified time | relevance | path

Searched refs:SpinLock (Results 1 – 5 of 5) sorted by relevance

/rust/kernel/sync/lock/
A Dspinlock.rs14 $crate::sync::SpinLock::new(
85 pub type SpinLock<T> = super::Lock<T, SpinLockBackend>; typedef
A Dglobal.rs299 (backend SpinLock) => {
/rust/pin-init/examples/
A Dmutex.rs28 pub struct SpinLock { struct
32 impl SpinLock { implementation
57 pub struct SpinLockGuard<'a>(&'a SpinLock);
70 spin_lock: SpinLock,
81 spin_lock: SpinLock::new(), in new()
A Dstatic_init.rs29 lock: SpinLock,
41 lock: SpinLock::new(), in new()
/rust/kernel/
A Dsync.rs26 pub use lock::spinlock::{new_spinlock, SpinLock, SpinLockGuard};

Completed in 10 milliseconds