Home
last modified time | relevance | path

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

/external/rust/crates/lock_api/src/
Dlib.rs109 mod remutex; module
Dremutex.rs604 remutex: &'a ReentrantMutex<R, G, T>, field
615 pub fn remutex(s: &Self) -> &'a ReentrantMutex<R, G, T> { in remutex() method
799 remutex: Arc<ReentrantMutex<R, G, T>>, field
806 pub fn remutex(s: &Self) -> &Arc<ReentrantMutex<R, G, T>> { in remutex() method
/external/rust/crates/parking_lot/src/
Dlib.rs23 mod remutex; module