Home
last modified time | relevance | path

Searched defs:SpinLock (Results 1 – 2 of 2) sorted by relevance

/rust/pin-init/examples/
A Dmutex.rs28 pub struct SpinLock { struct
32 impl SpinLock { argument
/rust/kernel/sync/lock/
A Dspinlock.rs85 pub type SpinLock<T> = super::Lock<T, SpinLockBackend>; typedef

Completed in 6 milliseconds