Home
last modified time | relevance | path

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

/DragonOS/kernel/src/libs/
H A Dspinlock.rs17 pub struct SpinLock<T> { struct
28 lock: &'a SpinLock<T>, argument
60 unsafe impl<T> Sync for SpinLock<T> where T: Send {} implementation
62 impl<T> SpinLock<T> { impl