Home
last modified time | relevance | path

Searched refs:RWMutex (Results 1 – 25 of 40) 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/libunwind_llvm/src/
DRWMutex.hpp26 class _LIBUNWIND_HIDDEN RWMutex { class
36 class _LIBUNWIND_HIDDEN RWMutex {
61 class _LIBUNWIND_HIDDEN RWMutex {
DCMakeLists.txt34 RWMutex.hpp
/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/swiftshader/third_party/llvm-7.0/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/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/syzkaller/vendor/golang.org/x/net/trace/
Dtrace.go416 activeMu sync.RWMutex
420 completedMu sync.RWMutex
425 mu sync.RWMutex
542 LatencyMu sync.RWMutex
569 mu sync.RWMutex
697 mu sync.RWMutex
Devents.go152 famMu sync.RWMutex
168 mu sync.RWMutex
264 mu sync.RWMutex
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DRWMutex.h142 typedef SmartRWMutex<false> RWMutex; typedef
/external/syzkaller/syz-fuzzer/
Dworkqueue.go18 mu sync.RWMutex
Dfuzzer.go46 corpusMu sync.RWMutex
50 signalMu sync.RWMutex
/external/llvm/lib/Support/
DCMakeLists.txt120 RWMutex.cpp
/external/swiftshader/third_party/llvm-7.0/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/lib/Support/Windows/
DRWMutex.inc10 // This file implements the Win32 specific (non-pthread) RWMutex class.
/external/syzkaller/vendor/google.golang.org/grpc/internal/channelz/
Dfuncs.go58 mu sync.RWMutex
235 mu sync.RWMutex
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DCMakeLists.txt151 RWMutex.cpp
/external/syzkaller/vendor/google.golang.org/grpc/
Dclientconn.go692 mu sync.RWMutex
704 czmu sync.RWMutex
1144 czmu sync.RWMutex
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dextensions.go237 sync.RWMutex
Dproperties.go320 propertiesMu sync.RWMutex
/external/golang-protobuf/proto/
Dextensions.go253 sync.RWMutex

12