Searched refs:RWMutex (Results 1 – 21 of 21) sorted by relevance
93 class RWMutex {95 RWMutex() { in RWMutex() function99 ~RWMutex() { in ~RWMutex()170 RWMutex(const RWMutex&);171 void operator = (const RWMutex&);214 typedef GenericScopedLock<RWMutex> RWMutexLock;215 typedef GenericScopedReadLock<RWMutex> RWMutexReadLock;
60 RWMutex mtx;
26 class _LIBUNWIND_HIDDEN RWMutex { class36 class _LIBUNWIND_HIDDEN RWMutex {61 class _LIBUNWIND_HIDDEN RWMutex {
34 RWMutex.hpp
102 static RWMutex _lock;129 RWMutex DwarfFDECache<A>::_lock;
1 //= llvm/Support/Unix/RWMutex.inc - Unix Reader/Writer Mutual Exclusion Lock =//10 // This file implements the Unix specific (non-pthread) RWMutex class.
143 typedef SmartRWMutex<false> RWMutex; typedef
142 typedef SmartRWMutex<false> RWMutex; typedef
120 RWMutex.cpp
10 // This file implements the Win32 specific (non-pthread) RWMutex class.
151 RWMutex.cpp
319 propertiesMu sync.RWMutex
253 sync.RWMutex
747 defaultMu sync.RWMutex
66 sync.RWMutex // protect extElems map, also for initialization anonMember
516 "llvm/lib/Support/RWMutex.cpp",
1016 "llvm/lib/Support/RWMutex.cpp",
1092 ${LLVM_DIR}/lib/Support/RWMutex.cpp