LibreOffice Module comphelper (master) 1
|
#include <refcountedmutex.hxx>
Public Member Functions | |
~RefCountedMutex () override | |
::osl::Mutex & | GetMutex () |
Public Member Functions inherited from salhelper::SimpleReferenceObject | |
SimpleReferenceObject () | |
void | acquire () |
void | release () |
Private Attributes | |
osl::Mutex | m_aMutex |
Additional Inherited Members | |
Static Public Member Functions inherited from salhelper::SimpleReferenceObject | |
static void * | operator new (std::size_t nSize) |
static void * | operator new (std::size_t nSize, std::nothrow_t const &rNothrow) |
static void | operator delete (void *pPtr) |
static void | operator delete (void *pPtr, std::nothrow_t const &rNothrow) |
Protected Member Functions inherited from salhelper::SimpleReferenceObject | |
virtual | ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE |
Protected Attributes inherited from salhelper::SimpleReferenceObject | |
oslInterlockedCount | m_nCount |
Definition at line 29 of file refcountedmutex.hxx.
|
override |
Definition at line 34 of file sharedmutex.cxx.
|
inline |
Definition at line 36 of file refcountedmutex.hxx.
References m_aMutex.
|
private |
Definition at line 31 of file refcountedmutex.hxx.