Home
last modified time | relevance | path

Searched refs:MutexBackend (Results 1 – 2 of 2) sorted by relevance

/rust/kernel/sync/lock/
A Dmutex.rs87 pub type Mutex<T> = super::Lock<T, MutexBackend>;
95 pub type MutexGuard<'a, T> = super::Guard<'a, T, MutexBackend>;
98 pub struct MutexBackend; struct
101 unsafe impl super::Backend for MutexBackend { implementation
A Dglobal.rs297 $crate::sync::lock::mutex::MutexBackend

Completed in 3 milliseconds