Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_mutex.cc76 CHECK(t.TryReadLock(m)); in TEST()
80 CHECK(!t.TryReadLock(m)); in TEST()
88 CHECK(t.TryReadLock(m)); in TEST()
Dtsan_test_util.h54 bool TryReadLock();
110 bool TryReadLock(const Mutex &m);
Dtsan_test_util_posix.cc225 bool Mutex::TryReadLock() { in TryReadLock() function in Mutex
356 ev->res = static_cast<Mutex*>(ev->ptr)->TryReadLock(); in HandleEvent()
498 bool ScopedThread::TryReadLock(const Mutex &m) { in TryReadLock() function in ScopedThread