Home
last modified time | relevance | path

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

/DragonOS-0.1.5/kernel/src/libs/
Dspinlock.rs145 pub struct SpinLock<T> { struct
156 lock: &'a SpinLock<T>, argument
161 unsafe impl<T> Sync for SpinLock<T> where T: Send {} implementation
163 impl<T> SpinLock<T> { impl