Home
last modified time | relevance | path

Searched refs:RWMutex (Results 1 – 19 of 19) 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/libunwind_llvm/src/
DRWMutex.hpp27 class _LIBUNWIND_HIDDEN RWMutex { class
37 class _LIBUNWIND_HIDDEN RWMutex {
62 class _LIBUNWIND_HIDDEN RWMutex {
DCMakeLists.txt33 RWMutex.hpp
DUnwindCursor.hpp63 static RWMutex _lock;
91 RWMutex DwarfFDECache<A>::_lock;
/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/llvm/lib/Support/Windows/
DRWMutex.inc10 // This file implements the Win32 specific (non-pthread) RWMutex class.
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DRWMutex.inc10 // This file implements the Win32 specific (non-pthread) RWMutex class.
/external/golang-protobuf/proto/
Dextensions.go224 sync.RWMutex
Dlib.go691 defaultMu sync.RWMutex
Dproperties.go635 propertiesMu sync.RWMutex
/external/swiftshader/third_party/LLVM/
DAndroid.mk259 lib/Support/RWMutex.cpp \
DBUILD.gn316 "lib/Support/RWMutex.cpp",
/external/swiftshader/
DCMakeLists.txt432 ${LLVM_DIR}/lib/Support/RWMutex.cpp