Skip to main content

Module sync

Module sync 

Source
Expand description

Native ArceOS synchronization primitives. Native ArceOS synchronization implementation.

This module owns the lock algorithms and their execution-context rules. ax_runtime re-exports the stable API for OS consumers and adapts it to the OS-independent ax-sync bridge.

Re-exports§

pub use self::api::*;

Modules§

api
Stable ArceOS synchronization API.

Functions§

dump_lockdep_traceNon-lockdep
No-op trace dump for builds without lockdep.
set_lockdep_trace_enabledNon-lockdep
No-op trace switch for builds without lockdep.