Home
last modified time | relevance | path

Searched refs:TryReadLock (Results 1 – 5 of 5) sorted by relevance

/llvm-project/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_mutex.cpp75 CHECK(t.TryReadLock(m)); in TEST_F()
79 CHECK(!t.TryReadLock(m)); in TEST_F()
87 CHECK(t.TryReadLock(m)); in TEST_F()
H A Dtsan_test_util.h60 bool TryReadLock();
116 bool TryReadLock(const UserMutex &m);
H A Dtsan_test_util_posix.cpp177 bool UserMutex::TryReadLock() { in TryReadLock() function in UserMutex
327 ev->res = static_cast<UserMutex *>(ev->ptr)->TryReadLock(); in HandleEvent()
471 bool ScopedThread::TryReadLock(const UserMutex &m) { in TryReadLock() function in ScopedThread
/llvm-project/lldb/include/lldb/Host/
H A DLockFileBase.h28 Status TryReadLock(const uint64_t start, const uint64_t len);
/llvm-project/lldb/source/Host/common/
H A DLockFileBase.cpp43 Status LockFileBase::TryReadLock(const uint64_t start, const uint64_t len) { in TryReadLock()
41 Status LockFileBase::TryReadLock(const uint64_t start, const uint64_t len) { TryReadLock() function in LockFileBase