Home
last modified time | relevance | path

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

12

/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-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_mutex.h97 class RWMutex {
99 RWMutex() { in RWMutex() function
103 ~RWMutex() { in ~RWMutex()
174 RWMutex(const RWMutex&);
175 void operator = (const RWMutex&);
218 typedef GenericScopedLock<RWMutex> RWMutexLock;
219 typedef GenericScopedReadLock<RWMutex> RWMutexReadLock;
Dsanitizer_addrhashmap.h59 RWMutex mtx;
/external/llvm-project/libunwind/src/
DRWMutex.hpp29 class _LIBUNWIND_HIDDEN RWMutex { class
39 class _LIBUNWIND_HIDDEN RWMutex {
64 class _LIBUNWIND_HIDDEN RWMutex {
91 class _LIBUNWIND_HIDDEN RWMutex {
DCMakeLists.txt45 RWMutex.hpp
DUnwindCursor.hpp103 static RWMutex _lock;
130 RWMutex DwarfFDECache<A>::_lock;
/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/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-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFUnit.h299 mutable llvm::sys::RWMutex m_die_array_mutex;
301 mutable llvm::sys::RWMutex m_die_array_scoped_mutex;
309 llvm::sys::RWMutex m_first_die_mutex;
/external/llvm/include/llvm/Support/
DRWMutex.h143 typedef SmartRWMutex<false> RWMutex; typedef
/external/llvm-project/llvm/include/llvm/Support/
DRWMutex.h162 typedef SmartRWMutex<false> RWMutex; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DRWMutex.h164 typedef SmartRWMutex<false> RWMutex; typedef
/external/llvm-project/llvm/utils/gn/secondary/libunwind/src/
DBUILD.gn30 "RWMutex.hpp",
/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/llvm-project/lldb/include/lldb/Utility/
DLog.h179 llvm::sys::RWMutex m_mutex;
/external/llvm-project/lldb/include/lldb/Core/
DModuleList.h50 mutable llvm::sys::RWMutex m_symlink_paths_mutex;
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Support/
DBUILD.gn108 "RWMutex.cpp",
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCMakeLists.txt175 RWMutex.cpp
/external/libcap/cap/
Dcap.go112 mu sync.RWMutex
/external/llvm-project/llvm/lib/Support/
DCMakeLists.txt211 RWMutex.cpp
/external/golang-protobuf/proto/
Dextensions.go253 sync.RWMutex
Dproperties.go319 propertiesMu sync.RWMutex
Dlib.go747 defaultMu sync.RWMutex

12