LLVM
8.0.1
|
ScopedWriter - RAII acquisition of a writer lock. More...
#include "llvm/Support/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 165 of file RWMutex.h.
References llvm::sys::SmartRWMutex< mt_only >::lock().
|
inline |
Definition at line 169 of file RWMutex.h.
References llvm::sys::SmartRWMutex< mt_only >::unlock().
SmartRWMutex<mt_only>& llvm::sys::SmartScopedWriter< mt_only >::mutex |