HomeSort by relevance Sort by last modified time
    Searched refs:RWMutex (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mutex.h 87 class RWMutex {
89 RWMutex() {
93 ~RWMutex() {
164 RWMutex(const RWMutex&);
165 void operator = (const RWMutex&);
208 typedef GenericScopedLock<RWMutex> RWMutexLock;
209 typedef GenericScopedReadLock<RWMutex> RWMutexReadLock;
sanitizer_addrhashmap.h 60 RWMutex mtx;
  /external/llvm/include/llvm/Support/
RWMutex.h 1 //===- RWMutex.h - Reader/Writer Mutual Exclusion Lock ----------*- C++ -*-===//
10 // This file declares the llvm::sys::RWMutex class.
25 /// @brief Platform agnostic RWMutex class.
140 typedef SmartRWMutex<false> RWMutex;
  /external/llvm/lib/Support/
Android.mk 55 RWMutex.cpp \

Completed in 78 milliseconds