Searched defs:ArcMutexGuard (Results 1 – 1 of 1) sorted by relevance
| /external/rust/crates/lock_api/src/ |
| D | mutex.rs | 694 pub struct ArcMutexGuard<R: RawMutex, T: ?Sized> { struct 700 unsafe impl<R: RawMutex + Send + Sync, T: Send + ?Sized> Send for ArcMutexGuard<R, T> where implementation 705 unsafe impl<R: RawMutex + Sync, T: Sync + ?Sized> Sync for ArcMutexGuard<R, T> where implementation 711 impl<R: RawMutex, T: ?Sized> ArcMutexGuard<R, T> { impl 749 impl<R: RawMutexFair, T: ?Sized> ArcMutexGuard<R, T> { impl 794 impl<R: RawMutex, T: ?Sized> Deref for ArcMutexGuard<R, T> { implementation 803 impl<R: RawMutex, T: ?Sized> DerefMut for ArcMutexGuard<R, T> { implementation 811 impl<R: RawMutex, T: ?Sized> Drop for ArcMutexGuard<R, T> { implementation
|