Searched refs:Mutex (Results 1 – 14 of 14) sorted by relevance
16 $crate::sync::Mutex::new(88 pub type Mutex<T> = super::Lock<T, MutexBackend>; typedef
57 例如,人们可以在Rust中写一个 ``Mutex`` 抽象,它从C端包装一个 ``Mutex结构体`` ,并
163 let m = Arc::new(Mutex::new(NonCopy(10)));171 let m = Arc::new(Mutex::new(NonCopy(10)));179 let packet = Packet(Arc::new((Mutex::new(1), Condvar::new())));187 let arc = Arc::new(Mutex::new(1));195 let arc = Arc::new(Mutex::new(1));352 let arc = Arc::new(Mutex::new(1));363 let lock = Mutex::new(());
17 pub use lock::{mutex::Mutex, spinlock::SpinLock};
25 Say y here to support the Qualcomm Hardware Mutex functionality, which
59 For instance, one may write a ``Mutex`` abstraction in Rust which wraps
2 Generic Mutex Subsystem
196 Mutex Waiters Tree301 Mutex owner and flags514 Unlocking the Mutex
2 Wound/Wait Deadlock-Proof Mutex Design
40 File Mutex f->sem
375 Hierarchy Navigation and the Subsystem Mutex
1381 bool "RT Mutex debugging, deadlock detection"1398 bool "Mutex debugging: basic checks"
1382 Riferimento per l'API dei Mutex
1343 Mutex API reference