Searched defs:SpinLock (Results 1 – 2 of 2) sorted by relevance
| /rust/pin-init/examples/ | ||
| A D | mutex.rs | 28 pub struct SpinLock { struct |
| /rust/kernel/sync/lock/ | ||
| A D | spinlock.rs | 85 pub type SpinLock<T> = super::Lock<T, SpinLockBackend>; typedef |
Completed in 4 milliseconds