Home
last modified time | relevance | path

Searched defs:remutex (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/lock_api/src/
Dremutex.rs617 remutex: &'a ReentrantMutex<R, G, T>, field
628 pub fn remutex(s: &Self) -> &'a ReentrantMutex<R, G, T> { in remutex() method
813 remutex: Arc<ReentrantMutex<R, G, T>>, field
820 pub fn remutex(s: &Self) -> &Arc<ReentrantMutex<R, G, T>> { in remutex() method
Dlib.rs111 mod remutex; module
/aosp_15_r20/external/rust/android-crates-io/crates/parking_lot/src/
Dlib.rs23 mod remutex; module