Home
last modified time | relevance | path

Searched defs:ReadUnlock (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_mutex.h124 void ReadUnlock() { in ReadUnlock() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutex.cc275 void Mutex::ReadUnlock() { in ReadUnlock() function in __tsan::Mutex
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cc231 void Mutex::ReadUnlock() { in ReadUnlock() function in Mutex
504 void ScopedThread::ReadUnlock(const Mutex &m) { in ReadUnlock() function in ScopedThread