Home
last modified time | relevance | path

Searched refs:osl_decrementInterlockedCount (Results 126 – 150 of 227) sorted by relevance

12345678910

/trunk/main/comphelper/inc/comphelper/
H A Duno3.hxx42 …lockedCount decrement(oslInterlockedCount& _counter) { return osl_decrementInterlockedCount(&_coun… in decrement()
/trunk/main/cppu/source/uno/
H A Ddestr.hxx334 if (::osl_decrementInterlockedCount( &pSeq->nRefCount ) == 0) in idestructSequence()
/trunk/main/svx/source/form/
H A Dfmscriptingenv.cxx363 if ( 0 == osl_decrementInterlockedCount( &m_refCount ) ) in release()
/trunk/main/sal/osl/unx/
H A Dpipe.c310 if( 0 == osl_decrementInterlockedCount( &(pPipe->m_nRefCount) ) ) in osl_releasePipe()
/trunk/main/extensions/source/logging/
H A Dlogger.cxx196 osl_decrementInterlockedCount( &m_refCount ); in EventLogger()
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSConnection.cxx120 osl_decrementInterlockedCount( &m_refCount ); in construct()
/trunk/main/dbaccess/source/core/api/
H A Dquery.cxx164 osl_decrementInterlockedCount(&m_refCount); in DBG_NAME()
/trunk/main/dbaccess/source/ui/control/
H A Dtoolboxcontroller.cxx122 osl_decrementInterlockedCount(&m_refCount); in OToolboxController()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatasource.cxx160 osl_decrementInterlockedCount( &m_refCount ); in DBG_NAME()
371 osl_decrementInterlockedCount(&aFind->second->second.nALiveCount); in disposing()
/trunk/main/stoc/source/proxy_factory/
H A Dproxyfac.cxx245 if (osl_decrementInterlockedCount( &that->m_nRefCount ) == 0) in binuno_proxy_release()
/trunk/main/svtools/source/contnr/
H A Dcontentenumeration.cxx172 if ( 0 == osl_decrementInterlockedCount( &m_refCount ) ) in release()
/trunk/main/reportdesign/source/core/api/
H A DGroup.cxx61 osl_decrementInterlockedCount( &m_refCount ); in DBG_NAME()
H A DFixedText.cxx79 osl_decrementInterlockedCount( &m_refCount ); in OFixedText()
/trunk/main/testtools/source/performance/
H A Dubobject.cxx105 { if (! osl_decrementInterlockedCount( &_nRef )) delete this; } in release()
/trunk/main/sal/util/
H A Dsal.map57 osl_decrementInterlockedCount;
/trunk/main/reportdesign/source/ui/misc/
H A Dtoolboxcontroller.cxx110 osl_decrementInterlockedCount(&m_refCount); in DBG_NAME()
/trunk/main/reportdesign/source/ui/report/
H A DReportControllerObserver.cxx225 osl_decrementInterlockedCount( &m_pImpl->m_nLocks ); in UnLock()
/trunk/main/connectivity/source/commontools/
H A DTDatabaseMetaDataBase.cxx69 osl_decrementInterlockedCount( &m_refCount ); in ODatabaseMetaDataBase()
/trunk/main/cppu/source/helper/purpenv/
H A Dhelper_purpenv_Proxy.cxx359 if (osl_decrementInterlockedCount(&m_nRef) == 0) in release()
/trunk/main/forms/source/richtext/
H A Drtattributehandler.cxx68 return osl_decrementInterlockedCount( &m_refCount ); in release()
/trunk/main/toolkit/source/controls/grid/
H A Dgridcontrol.cxx160 osl_decrementInterlockedCount( &m_refCount ); in UnoGridModel()
/trunk/main/extensions/source/propctrlr/
H A Dpropertycomposer.cxx115 osl_decrementInterlockedCount( &m_refCount ); in PropertyComposer()
/trunk/main/connectivity/source/drivers/jdbc/
H A DObject.cxx98 osl_decrementInterlockedCount(&getJavaVMRefCount()); in releaseRef()
/trunk/main/sal/osl/w32/
H A Dpipe.c336 if( 0 == osl_decrementInterlockedCount( &(pPipe->m_Reference) ) ) in osl_releasePipe()
/trunk/main/bridges/source/jni_uno/
H A Djni_bridge.cxx238 if (! osl_decrementInterlockedCount( &m_ref )) in release()

Completed in 153 milliseconds

12345678910