//! Native ArceOS synchronization implementation.
//!
//! This module owns the lock algorithms and their execution-context rules.
//! [`ax_runtime`](https://docs.rs/ax-runtime) re-exports the stable API for OS
//! consumers and adapts it to the OS-independent `ax-sync` bridge.
/// No-op trace switch for builds without lockdep.
pub const
/// No-op trace dump for builds without lockdep.
pub const
pub use *;