Searched defs:SpinLock (Results 1 – 2 of 2) sorted by relevance
26 pub struct SpinLock { struct30 impl SpinLock { implementation
85 pub type SpinLock<T> = super::Lock<T, SpinLockBackend>; typedef