Expand description
A kernel mutex.
This module allows Rust code to use the kernel’s struct mutex.
Macros§
Structs§
- MutexBackend 
- A kernel struct mutexlock backend.
Type Aliases§
- Mutex
- A mutual exclusion primitive.
- MutexGuard 
- A Guardacquired from locking aMutex.