Home
last modified time | relevance | path

Searched defs:ReadLock (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/vulkano/src/buffer/
Dcpu_access.rs525 pub struct ReadLock<'a, T: ?Sized + 'a> { struct
530 impl<'a, T: ?Sized + 'a> ReadLock<'a, T> { argument
544 impl<'a, T: ?Sized + 'a> Deref for ReadLock<'a, T> { implementation
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutex.h70 typedef GenericScopedReadLock<Mutex> ReadLock; typedef
Dtsan_mutex.cc258 void Mutex::ReadLock() { in ReadLock() function in __tsan::Mutex
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_mutex.h117 void ReadLock() { in ReadLock() function
/external/python/cpython2/Demo/pdist/
Dcvslock.py187 class ReadLock(Lock): class
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cc219 void Mutex::ReadLock() { in ReadLock() function in Mutex
493 void ScopedThread::ReadLock(const Mutex &m) { in ReadLock() function in ScopedThread