Home
last modified time | relevance | path

Searched refs:Mutex (Results 1 – 13 of 13) sorted by relevance

/Linux-v6.6/rust/kernel/sync/lock/
Dmutex.rs16 $crate::sync::Mutex::new(
88 pub type Mutex<T> = super::Lock<T, MutexBackend>; typedef
/Linux-v6.6/Documentation/translations/zh_CN/rust/
Dgeneral-information.rst57 例如,人们可以在Rust中写一个 ``Mutex`` 抽象,它从C端包装一个 ``Mutex结构体`` ,并
/Linux-v6.6/rust/kernel/
Dsync.rs17 pub use lock::{mutex::Mutex, spinlock::SpinLock};
/Linux-v6.6/drivers/hwspinlock/
DKconfig25 Say y here to support the Qualcomm Hardware Mutex functionality, which
/Linux-v6.6/Documentation/rust/
Dgeneral-information.rst59 For instance, one may write a ``Mutex`` abstraction in Rust which wraps
/Linux-v6.6/Documentation/locking/
Dmutex-design.rst2 Generic Mutex Subsystem
Drt-mutex-design.rst196 Mutex Waiters Tree
301 Mutex owner and flags
514 Unlocking the Mutex
Dww-mutex-design.rst2 Wound/Wait Deadlock-Proof Mutex Design
/Linux-v6.6/fs/jffs2/
DREADME.Locking40 File Mutex f->sem
/Linux-v6.6/Documentation/filesystems/
Dconfigfs.rst375 Hierarchy Navigation and the Subsystem Mutex
/Linux-v6.6/lib/
DKconfig.debug1380 bool "RT Mutex debugging, deadlock detection"
1397 bool "Mutex debugging: basic checks"
/Linux-v6.6/Documentation/translations/it_IT/kernel-hacking/
Dlocking.rst1382 Riferimento per l'API dei Mutex
/Linux-v6.6/Documentation/kernel-hacking/
Dlocking.rst1343 Mutex API reference