Expand description
Useful synchronization primitives.
Re-exports§
pub use core::sync::atomic;
Functions§
- dump_
lockdep_ trace - Dumps the buffered phase-3 trace stream to the raw trace sink.
- set_
lockdep_ trace_ enabled - Enables or disables the phase-3 lock flow tracing path.
Type Aliases§
- Mutex
Non- multitask - A raw spin lock that does nothing while trying to lock.
- Mutex
Guard Non- multitask - A guard that provides mutable data access for
SpinRaw.