Expand description
Generic kernel lock and guard.
It contains a generic Rust lock and guard that allow for different backends (e.g., mutexes, spinlocks, raw spinlocks) to be provided with minimal effort.
Modules§
- A kernel mutex.
- A kernel spinlock.
Structs§
- A guard for a
GlobalLock
. - Type used for global locks.
- A version of
LockedBy
for aGlobalLock
. - A lock guard.
- A mutual exclusion primitive.
Traits§
- The “backend” of a lock.
- Trait implemented for marker types for global locks.