|
LLVM
4.0.0
|
ScopedWriter - RAII acquisition of a writer lock. More...
#include <RWMutex.h>
Public Member Functions | |
| SmartScopedWriter (SmartRWMutex< mt_only > &m) | |
| ~SmartScopedWriter () | |
Public Attributes | |
| SmartRWMutex< mt_only > & | mutex |
ScopedWriter - RAII acquisition of a writer lock.
|
inlineexplicit |
Definition at line 168 of file RWMutex.h.
References llvm::sys::SmartScopedWriter< mt_only >::mutex.
|
inline |
Definition at line 172 of file RWMutex.h.
References llvm::sys::SmartScopedWriter< mt_only >::mutex.
| SmartRWMutex<mt_only>& llvm::sys::SmartScopedWriter< mt_only >::mutex |
Definition at line 166 of file RWMutex.h.
Referenced by llvm::sys::SmartScopedWriter< mt_only >::SmartScopedWriter(), and llvm::sys::SmartScopedWriter< mt_only >::~SmartScopedWriter().
1.8.6