Searched refs:PThreadMutexGuard (Results 1 – 1 of 1) sorted by relevance
104 pub fn lock(&self) -> PThreadMutexGuard<'_, T> { in lock()107 PThreadMutexGuard { mtx: self } in lock()111 pub struct PThreadMutexGuard<'a, T> { struct115 impl<T> Drop for PThreadMutexGuard<'_, T> { implementation122 impl<T> Deref for PThreadMutexGuard<'_, T> { implementation130 impl<T> DerefMut for PThreadMutexGuard<'_, T> { implementation