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 93 class RWMutex {
95 RWMutex() {
99 ~RWMutex() {
170 RWMutex(const RWMutex&);
171 void operator = (const RWMutex&);
214 typedef GenericScopedLock<RWMutex> RWMutexLock;
215 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.
141 typedef SmartRWMutex<false> RWMutex;
  /external/llvm/lib/Support/
Android.mk 57 RWMutex.cpp \

Completed in 704 milliseconds