Searched refs:MutexBackend (Results 1 – 2 of 2) sorted by relevance
87 pub type Mutex<T> = super::Lock<T, MutexBackend>;95 pub type MutexGuard<'a, T> = super::Guard<'a, T, MutexBackend>;98 pub struct MutexBackend; struct101 unsafe impl super::Backend for MutexBackend { implementation
297 $crate::sync::lock::mutex::MutexBackend