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