Home
last modified time | relevance | path

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

/linux-6.15/rust/pin-init/examples/
H A Dpthread_mutex.rs104 pub fn lock(&self) -> PThreadMutexGuard<'_, T> { in lock()
107 PThreadMutexGuard { mtx: self } in lock()
111 pub struct PThreadMutexGuard<'a, T> { struct
115 impl<T> Drop for PThreadMutexGuard<'_, T> { implementation
122 impl<T> Deref for PThreadMutexGuard<'_, T> { implementation
130 impl<T> DerefMut for PThreadMutexGuard<'_, T> { implementation