Skip to main content

Module sync

Module sync 

Source
Expand description

Useful synchronization primitives.

Re-exports§

pub use alloc::sync::Arc;alloc
pub use alloc::sync::Weak;alloc
pub use core::sync::atomic;

Functions§

dump_lockdep_trace
set_lockdep_trace_enabled

Type Aliases§

Mutex
An alias of ax_runtime::task::sync::Mutex.
MutexGuard
An alias of ax_runtime::task::sync::MutexGuard.