Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutex.h69 typedef GenericScopedReadLock<Mutex> ReadLock; typedef
Dtsan_mutex.cc257 void Mutex::ReadLock() { in ReadLock() function in __tsan::Mutex
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_mutex.h117 void ReadLock() { in ReadLock() function
/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