Searched refs:_pMutex (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/svtools/source/control/ |
H A D | asynclink.cxx | 38 if( !_pMutex ) _pMutex = new vos::OMutex; in CreateMutex() 59 if( _pMutex ) _pMutex->acquire(); in Call() 61 if( _pMutex ) _pMutex->release(); in Call() 77 if( _pMutex ) _pMutex->acquire(); in Call() 79 if( _pMutex ) _pMutex->release(); in Call() 92 delete _pMutex; in ~AsynchronLink() 97 if( pThis->_pMutex ) pThis->_pMutex->acquire(); in IMPL_STATIC_LINK() 99 if( pThis->_pMutex ) pThis->_pMutex->release(); in IMPL_STATIC_LINK() 112 if( _pMutex ) _pMutex->acquire(); in ClearPendingCall() 118 if( _pMutex ) _pMutex->release(); in ClearPendingCall()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | asynclink.hxx | 48 vos::OMutex* _pMutex; member in svtools::AsynchronLink 56 _pDeleted( 0 ), _pMutex( 0 ){} in AsynchronLink() 58 _pDeleted( 0 ), _pMutex( 0 ){} in AsynchronLink()
|
/aoo41x/main/comphelper/inc/comphelper/ |
H A D | accessiblecontexthelper.hxx | 65 inline OMutexGuard( IMutex* _pMutex ) in OMutexGuard() argument 66 :m_pMutex( _pMutex ) in OMutexGuard()
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | RowSetBase.cxx | 94 …mphelper::ComponentContext& _rContext, ::cppu::OBroadcastHelper& _rBHelper, ::osl::Mutex* _pMutex ) in DBG_NAME() 96 ,m_pMutex(_pMutex) in DBG_NAME()
|
H A D | RowSetBase.hxx | 163 ::osl::Mutex* _pMutex
|
H A D | RowSet.cxx | 2801 …etClone( const ::comphelper::ComponentContext& _rContext, ORowSet& rParent, ::osl::Mutex* _pMutex ) in ORowSetClone() argument 2803 ,ORowSetBase( _rContext, OComponentHelper::rBHelper, _pMutex ) in ORowSetClone()
|
H A D | RowSet.hxx | 483 …tClone( const ::comphelper::ComponentContext& _rContext, ORowSet& rParent, ::osl::Mutex* _pMutex );
|
Completed in 49 milliseconds