Home
last modified time | relevance | path

Searched refs:RWMutex (Results 1 – 13 of 13) 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/swiftshader/third_party/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/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/swiftshader/third_party/llvm-subzero/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/swiftshader/third_party/LLVM/include/llvm/Support/
DRWMutex.h139 typedef SmartRWMutex<false> RWMutex; typedef
/external/llvm/include/llvm/Support/
DRWMutex.h143 typedef SmartRWMutex<false> RWMutex; typedef
/external/llvm/lib/Support/
DCMakeLists.txt120 RWMutex.cpp
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DRWMutex.inc10 // This file implements the Win32 specific (non-pthread) RWMutex class.
/external/llvm/lib/Support/Windows/
DRWMutex.inc10 // This file implements the Win32 specific (non-pthread) RWMutex class.
/external/swiftshader/third_party/LLVM/
DAndroid.mk259 lib/Support/RWMutex.cpp \
DBUILD.gn316 "lib/Support/RWMutex.cpp",
/external/swiftshader/
DCMakeLists.txt426 ${LLVM_DIR}/lib/Support/RWMutex.cpp