Searched refs:StableAddress (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/lock_api/src/ |
D | mutex.rs | 15 use owning_ref::StableAddress; 584 unsafe impl<'a, R: RawMutex + 'a, T: ?Sized + 'a> StableAddress for MutexGuard<'a, R, T> {} 724 unsafe impl<'a, R: RawMutex + 'a, T: ?Sized + 'a> StableAddress for MappedMutexGuard<'a, R, T> {}
|
D | rwlock.rs | 15 use owning_ref::StableAddress; 1042 unsafe impl<'a, R: RawRwLock + 'a, T: ?Sized + 'a> StableAddress for RwLockReadGuard<'a, R, T> {} 1263 unsafe impl<'a, R: RawRwLock + 'a, T: ?Sized + 'a> StableAddress for RwLockWriteGuard<'a, R, T> {} 1493 unsafe impl<'a, R: RawRwLockUpgrade + 'a, T: ?Sized + 'a> StableAddress impl 1628 unsafe impl<'a, R: RawRwLock + 'a, T: ?Sized + 'a> StableAddress impl 1773 unsafe impl<'a, R: RawRwLock + 'a, T: ?Sized + 'a> StableAddress impl
|
D | remutex.rs | 23 use owning_ref::StableAddress; 691 unsafe impl<'a, R: RawMutex + 'a, G: GetThreadId + 'a, T: ?Sized + 'a> StableAddress impl 836 unsafe impl<'a, R: RawMutex + 'a, G: GetThreadId + 'a, T: ?Sized + 'a> StableAddress impl
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | temp_arg_nontype_cxx20.cpp | 124 namespace StableAddress { namespace
|