Home
last modified time | relevance | path

Searched refs:_pMutex (Results 1 – 7 of 7) sorted by relevance

/trunk/main/svtools/source/control/
H A Dasynclink.cxx38 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()
/trunk/main/svtools/inc/svtools/
H A Dasynclink.hxx48 vos::OMutex* _pMutex; member in svtools::AsynchronLink
56 _pDeleted( 0 ), _pMutex( 0 ){} in AsynchronLink()
58 _pDeleted( 0 ), _pMutex( 0 ){} in AsynchronLink()
/trunk/main/comphelper/inc/comphelper/
H A Daccessiblecontexthelper.hxx65 inline OMutexGuard( IMutex* _pMutex ) in OMutexGuard() argument
66 :m_pMutex( _pMutex ) in OMutexGuard()
/trunk/main/dbaccess/source/core/api/
H A DRowSetBase.cxx94 …mphelper::ComponentContext& _rContext, ::cppu::OBroadcastHelper& _rBHelper, ::osl::Mutex* _pMutex ) in DBG_NAME()
96 ,m_pMutex(_pMutex) in DBG_NAME()
H A DRowSetBase.hxx163 ::osl::Mutex* _pMutex
H A DRowSet.cxx2801 …etClone( const ::comphelper::ComponentContext& _rContext, ORowSet& rParent, ::osl::Mutex* _pMutex ) in ORowSetClone() argument
2803 ,ORowSetBase( _rContext, OComponentHelper::rBHelper, _pMutex ) in ORowSetClone()
H A DRowSet.hxx483 …tClone( const ::comphelper::ComponentContext& _rContext, ORowSet& rParent, ::osl::Mutex* _pMutex );

Completed in 55 milliseconds