Searched refs:RWMutex (Results 1 – 7 of 7) 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.
143 typedef SmartRWMutex<false> RWMutex; typedef
59 RWMutex.cpp \
118 RWMutex.cpp
10 // This file implements the Win32 specific (non-pthread) RWMutex class.