Module sync

Module sync 

Source
Expand description

同步原语

向其它内核模块提供基本的锁和同步原语 包括自旋锁、睡眠锁、中断保护等

Re-exports§

pub use intr_guard::*;
pub use mutex::*;
pub use raw_spin_lock::*;
pub use raw_spin_lock_without_guard::*;
pub use spin_lock::*;

Modules§

intr_guard 🔒
mutex 🔒
raw_spin_lock 🔒
raw_spin_lock_without_guard 🔒
Raw spin lock without guard, specifically designed for Global Allocator integration
spin_lock 🔒