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.
llvm::sys::SmartScopedReader< mt_only >::SmartScopedReader | ( | SmartRWMutex< mt_only > & | m | ) | [inline, explicit] |
Definition at line 148 of file RWMutex.h.
References llvm::sys::SmartScopedReader< mt_only >::mutex.
llvm::sys::SmartScopedReader< mt_only >::~SmartScopedReader | ( | ) | [inline] |
Definition at line 152 of file RWMutex.h.
References llvm::sys::SmartScopedReader< mt_only >::mutex.
SmartRWMutex<mt_only>& llvm::sys::SmartScopedReader< mt_only >::mutex |
Definition at line 146 of file RWMutex.h.
Referenced by llvm::sys::SmartScopedReader< mt_only >::SmartScopedReader(), and llvm::sys::SmartScopedReader< mt_only >::~SmartScopedReader().