LLVM API Documentation
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 147 of file RWMutex.h.
References llvm::sys::SmartScopedReader< mt_only >::mutex.
|
inline |
Definition at line 151 of file RWMutex.h.
References llvm::sys::SmartScopedReader< mt_only >::mutex.
SmartRWMutex<mt_only>& llvm::sys::SmartScopedReader< mt_only >::mutex |
Definition at line 145 of file RWMutex.h.
Referenced by llvm::sys::SmartScopedReader< mt_only >::SmartScopedReader(), and llvm::sys::SmartScopedReader< mt_only >::~SmartScopedReader().