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.h67 typedef GenericScopedReadLock<Mutex> ReadLock; typedef
Dtsan_mutex.cc255 void Mutex::ReadLock() { in ReadLock() function in __tsan::Mutex
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_mutex.h111 void ReadLock() { in ReadLock() function
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_linux.cc167 void Mutex::ReadLock() { in ReadLock() function in Mutex
435 void ScopedThread::ReadLock(const Mutex &m) { in ReadLock() function in ScopedThread