Expand description
A kernel mutex.
This module allows Rust code to use the kernel’s struct mutex
.
Structs
- A kernel
struct mutex
lock backend.
Type Aliases
- A mutual exclusion primitive.
A kernel mutex.
This module allows Rust code to use the kernel’s struct mutex
.
struct mutex
lock backend.