Expand description
A kernel mutex.
This module allows Rust code to use the kernel’s struct mutex
.
Macros§
Structs§
- Mutex
Backend - A kernel
struct mutex
lock backend.
Type Aliases§
- Mutex
- A mutual exclusion primitive.
- Mutex
Guard - A
Guard
acquired from locking aMutex
.