Home
last modified time | relevance | path

Searched refs:m_pMutex (Results 1 – 9 of 9) sorted by relevance

/trunk/main/dbaccess/source/core/api/
H A DRowSetBase.cxx96 ,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 …]
H A DRowSet.cxx147 ,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 …]
H A DRowSetBase.hxx126 ::osl::Mutex* m_pMutex; // this the mutex form the rowset itself
394 ::osl::Mutex* getMutex() const { return m_pMutex; } in getMutex()
/trunk/main/xmlscript/source/xml_helper/
H A Dxml_impctx.cxx99 Mutex * m_pMutex; member
101 : 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::DocumentHandlerImpl
214 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 …]
/trunk/main/svx/source/form/
H A Dformdispatchinterceptor.cxx71 …,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()
/trunk/main/vos/inc/vos/
H A Dmutex.hxx150 : m_pMutex( &rMutex ) in OClearableGuard()
152 m_pMutex->acquire(); in OClearableGuard()
158 if( m_pMutex ) in ~OClearableGuard()
159 m_pMutex->release(); in ~OClearableGuard()
165 if( m_pMutex ) in clear()
167 m_pMutex->release(); in clear()
168 m_pMutex = NULL; in clear()
172 IMutex* m_pMutex; member in vos::OClearableGuard
/trunk/main/comphelper/inc/comphelper/
H A Daccessiblecontexthelper.hxx63 IMutex* m_pMutex; member in comphelper::OMutexGuard
66 :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()
/trunk/main/vcl/inc/unx/gtk/
H A Dgtkinst.hxx43 GtkYieldMutex* m_pMutex; member in GtkYieldMutex::GtkYieldGuard
47 : m_pMutex( pMutex ) in GtkYieldGuard()
49 m_nGrab = m_pMutex->Grab(); in GtkYieldGuard()
53 m_pMutex->Ungrab( m_nGrab ); in ~GtkYieldGuard()
/trunk/main/svx/source/inc/
H A Dformdispatchinterceptor.hxx64 ::osl::Mutex* m_pMutex;

Completed in 91 milliseconds