Searched refs:RWMutex (Results 1 – 8 of 8) 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;
1 //= llvm/Support/Unix/RWMutex.inc - Unix Reader/Writer Mutual Exclusion Lock =//10 // This file implements the Unix specific (non-pthread) RWMutex class.
141 typedef SmartRWMutex<false> RWMutex; typedef
57 RWMutex.cpp \
112 RWMutex.cpp
10 // This file implements the Win32 specific (non-pthread) RWMutex class.
1424 + RWMutex.cpp \