|
LLVM
4.0.0
|
ScopedReader - RAII acquisition of a reader lock. More...
#include <RWMutex.h>
Public Member Functions | |
| SmartScopedReader (SmartRWMutex< mt_only > &m) | |
| ~SmartScopedReader () | |
Public Attributes | |
| SmartRWMutex< mt_only > & | mutex |
ScopedReader - RAII acquisition of a reader lock.
|
inlineexplicit |
Definition at line 152 of file RWMutex.h.
References llvm::sys::SmartScopedReader< mt_only >::mutex.
|
inline |
Definition at line 156 of file RWMutex.h.
References llvm::sys::SmartScopedReader< mt_only >::mutex.
| SmartRWMutex<mt_only>& llvm::sys::SmartScopedReader< mt_only >::mutex |
Definition at line 150 of file RWMutex.h.
Referenced by llvm::sys::SmartScopedReader< mt_only >::SmartScopedReader(), and llvm::sys::SmartScopedReader< mt_only >::~SmartScopedReader().
1.8.6