Searched defs:ReadLock (Results 1 – 5 of 5) sorted by relevance
16 static bool ReadLock(lldb::rwlock_t rwlock) { in ReadLock() function
253 void ReadLock() SANITIZER_ACQUIRE_SHARED() { in ReadLock() function441 typedef GenericScopedReadLock<Mutex> ReadLock; typedef
35 Status LockFileBase::ReadLock(const uint64_t start, const uint64_t len) { in ReadLock() function in LockFileBase
171 void UserMutex::ReadLock() { in ReadLock() function in UserMutex466 void ScopedThread::ReadLock(const UserMutex &m) { in ReadLock() function in ScopedThread
73 typedef GenericScopedReadLock<MutexType> ReadLock; typedef in __sanitizer::TestData