Home
last modified time | relevance | path

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

/webrtc/util/src/sync/
H A Dmod.rs14 pub fn lock(&self) -> MutexGuard<'_, T> { in lock()
17 MutexGuard(guard) in lock()
28 pub struct MutexGuard<'a, T>(sync::MutexGuard<'a, T>); struct
30 impl<'a, T> ops::Deref for MutexGuard<'a, T> { implementation
38 impl<'a, T> ops::DerefMut for MutexGuard<'a, T> { implementation