Type Alias rustix_futex_sync::ReentrantMutexGuard
source · pub type ReentrantMutexGuard<'a, G, T> = ReentrantMutexGuard<'a, RawMutex, G, T>;
Available on crate feature
atomic_usize
only.Aliased Type§
struct ReentrantMutexGuard<'a, G, T> { /* private fields */ }