Expand description
A kernel mutex.
This module allows Rust code to use the kernel’s struct mutex.
Macros§
- Creates a
Mutexinitialiser with the given name and a newly-created lock class. 
Structs§
- A kernel
struct mutexlock backend. 
Type Aliases§
- A mutual exclusion primitive.