Home
last modified time | relevance | path

Searched refs:RWMutex (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_mutex.h93 class RWMutex {
95 RWMutex() { in RWMutex() function
99 ~RWMutex() { in ~RWMutex()
170 RWMutex(const RWMutex&);
171 void operator = (const RWMutex&);
214 typedef GenericScopedLock<RWMutex> RWMutexLock;
215 typedef GenericScopedReadLock<RWMutex> RWMutexReadLock;
Dsanitizer_addrhashmap.h60 RWMutex mtx;
/external/llvm/lib/Support/Unix/
DRWMutex.inc1 //= llvm/Support/Unix/RWMutex.inc - Unix Reader/Writer Mutual Exclusion Lock =//
10 // This file implements the Unix specific (non-pthread) RWMutex class.
/external/llvm/include/llvm/Support/
DRWMutex.h141 typedef SmartRWMutex<false> RWMutex; typedef
/external/llvm/lib/Support/
DAndroid.mk57 RWMutex.cpp \
DCMakeLists.txt112 RWMutex.cpp
/external/llvm/lib/Support/Windows/
DRWMutex.inc10 // This file implements the Win32 specific (non-pthread) RWMutex class.
/external/llvm/patches/
D0004-Add-Android-makefiles-for-LLVM.patch1424 + RWMutex.cpp \