Searched refs:m_pMutex (Results 1 – 9 of 9) sorted by relevance
96 ,m_pMutex(_pMutex) in DBG_NAME()183 MutexGuard aGuard(*m_pMutex); in disposing()218 ::osl::MutexGuard aGuard( *m_pMutex ); in wasNull()296 ::osl::MutexGuard aGuard( *m_pMutex ); in getString()303 ::osl::MutexGuard aGuard( *m_pMutex ); in getBoolean()310 ::osl::MutexGuard aGuard( *m_pMutex ); in getByte()317 ::osl::MutexGuard aGuard( *m_pMutex ); in getShort()324 ::osl::MutexGuard aGuard( *m_pMutex ); in getInt()331 ::osl::MutexGuard aGuard( *m_pMutex ); in getLong()338 ::osl::MutexGuard aGuard( *m_pMutex ); in getFloat()[all …]
147 ,m_aRowsetListeners(*m_pMutex) in ORowSet()148 ,m_aApproveListeners(*m_pMutex) in ORowSet()149 ,m_aRowsChangeListener(*m_pMutex) in ORowSet()701 ::osl::MutexGuard aGuard( *m_pMutex ); in updateValue()717 ::osl::MutexGuard aGuard( *m_pMutex ); in updateNull()791 ::osl::MutexGuard aGuard( *m_pMutex ); in updateBinaryStream()816 ::osl::MutexGuard aGuard( *m_pMutex ); in updateCharacterStream()829 ::osl::MutexGuard aGuard( *m_pMutex ); in updateObject()874 ::osl::MutexGuard aGuard( *m_pMutex ); in updateNumericObject()945 ::osl::MutexGuard aGuard( *m_pMutex ); in getRow()[all …]
126 ::osl::Mutex* m_pMutex; // this the mutex form the rowset itself394 ::osl::Mutex* getMutex() const { return m_pMutex; } in getMutex()
99 Mutex * m_pMutex; member101 : m_pMutex( pMutex ) in MGuard()102 { if (m_pMutex) m_pMutex->acquire(); } in MGuard()104 { if (m_pMutex) m_pMutex->release(); } in ~MGuard()133 Mutex * m_pMutex; member in xmlscript::DocumentHandlerImpl214 m_pMutex( 0 ) in DocumentHandlerImpl()225 if (m_pMutex != 0) in ~DocumentHandlerImpl()227 delete m_pMutex; in ~DocumentHandlerImpl()229 m_pMutex = 0; in ~DocumentHandlerImpl()238 MGuard aGuard( m_pMutex ); in getCurrentElement()[all …]
71 …,m_pMutex( _pMaster && _pMaster->getInterceptorMutex() ? _pMaster->getInterceptorMutex() : &m_aFal… in DBG_NAME()78 ::osl::MutexGuard aGuard( *m_pMutex ); in DBG_NAME()107 ::osl::MutexGuard aGuard( *m_pMutex ); in queryDispatch()124 ::osl::MutexGuard aGuard( *m_pMutex ); in queryDispatches()138 ::osl::MutexGuard aGuard( *m_pMutex ); in getSlaveDispatchProvider()145 ::osl::MutexGuard aGuard( *m_pMutex ); in setSlaveDispatchProvider()152 ::osl::MutexGuard aGuard( *m_pMutex ); in getMasterDispatchProvider()159 ::osl::MutexGuard aGuard( *m_pMutex ); in setMasterDispatchProvider()177 ::osl::MutexGuard aGuard( *m_pMutex ); in ImplDetach()190 m_pMutex = &m_aFallback; in ImplDetach()
149 : m_pMutex( &rMutex ) in OClearableGuard()151 m_pMutex->acquire(); in OClearableGuard()157 if( m_pMutex ) in ~OClearableGuard()158 m_pMutex->release(); in ~OClearableGuard()164 if( m_pMutex ) in clear()166 m_pMutex->release(); in clear()167 m_pMutex = NULL; in clear()171 IMutex* m_pMutex; member in vos::OClearableGuard
63 IMutex* m_pMutex; member in comphelper::OMutexGuard66 :m_pMutex( _pMutex ) in OMutexGuard()68 if ( m_pMutex ) in OMutexGuard()69 m_pMutex->acquire(); in OMutexGuard()74 if ( m_pMutex ) in ~OMutexGuard()75 m_pMutex->release(); in ~OMutexGuard()
43 GtkYieldMutex* m_pMutex; member in GtkYieldMutex::GtkYieldGuard47 : m_pMutex( pMutex ) in GtkYieldGuard()49 m_nGrab = m_pMutex->Grab(); in GtkYieldGuard()53 m_pMutex->Ungrab( m_nGrab ); in ~GtkYieldGuard()
64 ::osl::Mutex* m_pMutex;
Completed in 67 milliseconds