Searched refs:SpinLock (Results 1 – 2 of 2) sorted by relevance
16 $crate::sync::SpinLock::new(86 pub type SpinLock<T> = super::Lock<T, SpinLockBackend>; typedef
17 pub use lock::{mutex::Mutex, spinlock::SpinLock};