Searched defs:remutex (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/lock_api/src/ |
D | remutex.rs | 617 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
|
D | lib.rs | 111 mod remutex; module
|
/aosp_15_r20/external/rust/android-crates-io/crates/parking_lot/src/ |
D | lib.rs | 23 mod remutex; module
|