Searched defs:MappedReentrantMutexGuard (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/lock_api/src/ |
D | remutex.rs | 704 pub struct MappedReentrantMutexGuard<'a, R: RawMutex, G: GetThreadId, T: ?Sized> { struct 710 unsafe impl<'a, R: RawMutex + Sync + 'a, G: GetThreadId + Sync + 'a, T: ?Sized + Sync + 'a> Sync 711 for MappedReentrantMutexGuard<'a, R, G, T> argument 715 impl<'a, R: RawMutex + 'a, G: GetThreadId + 'a, T: ?Sized + 'a> 772 impl<'a, R: RawMutexFair + 'a, G: GetThreadId + 'a, T: ?Sized + 'a> 797 impl<'a, R: RawMutex + 'a, G: GetThreadId + 'a, T: ?Sized + 'a> Deref 807 impl<'a, R: RawMutex + 'a, G: GetThreadId + 'a, T: ?Sized + 'a> Drop 819 impl<'a, R: RawMutex + 'a, G: GetThreadId + 'a, T: fmt::Debug + ?Sized + 'a> fmt::Debug 827 impl<'a, R: RawMutex + 'a, G: GetThreadId + 'a, T: fmt::Display + ?Sized + 'a> fmt::Display 836 unsafe impl<'a, R: RawMutex + 'a, G: GetThreadId + 'a, T: ?Sized + 'a> StableAddress
|
/external/rust/crates/parking_lot/src/ |
D | remutex.rs | 68 pub type MappedReentrantMutexGuard<'a, T> = typedef
|