Home
last modified time | relevance | path

Searched refs:osl_decrementInterlockedCount (Results 76 – 100 of 227) sorted by relevance

12345678910

/trunk/main/extensions/source/propctrlr/
H A Dxsddatatypes.cxx115 if ( 0 == osl_decrementInterlockedCount( &m_refCount ) ) in release()
/trunk/main/bridges/source/cpp_uno/shared/
H A Dcppinterfaceproxy.cxx154 if (! osl_decrementInterlockedCount( &nRef )) // last release in releaseProxy()
H A Dbridge.cxx183 if (! osl_decrementInterlockedCount( &nRef )) in release()
/trunk/main/connectivity/source/drivers/flat/
H A DEConnection.cxx114 osl_decrementInterlockedCount( &m_refCount ); in construct()
/trunk/main/cppu/source/helper/purpenv/
H A Dhelper_purpenv_Mapping.cxx210 if (osl_decrementInterlockedCount(&m_nCount) == 0) in release()
/trunk/main/cppuhelper/source/
H A Dcomponent.cxx82 if (osl_decrementInterlockedCount( &m_refCount ) == 0) in release()
/trunk/main/svtools/source/java/
H A Djavainteractionhandler.cxx101 if (! osl_decrementInterlockedCount( &m_aRefCount )) in release()
/trunk/main/winaccessibility/source/service/
H A DAccEventListener.cxx305 if (0 == ::osl_decrementInterlockedCount( &m_refcount )) in release()
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSDriver.cxx157 if (osl_decrementInterlockedCount( &_refCount ) == 0) in release()
/trunk/main/basctl/source/basicide/
H A Ddoceventnotifier.cxx120 osl_decrementInterlockedCount( &m_refCount ); in DocumentEventNotifier_Impl()
/trunk/main/odk/examples/DevelopersGuide/Components/CppComponent/
H A Dservice1_impl.cxx147 if (0 == ::osl_decrementInterlockedCount( &m_refcount )) in release()
/trunk/main/svx/source/form/
H A Dfmtextcontrolshell.cxx219 osl_decrementInterlockedCount( &m_refCount ); in DBG_NAME()
316 osl_decrementInterlockedCount( &m_refCount ); in DBG_NAME()
H A DParseContext.cxx231 if ( 0 == osl_decrementInterlockedCount( &getCounter() ) ) in ~OParseContextClient()
/trunk/main/forms/source/helper/
H A Dwindowstateguard.cxx112 osl_decrementInterlockedCount( &m_refCount ); in WindowStateGuard_Impl()
/trunk/main/rdbmaker/source/codemaker/
H A Dtypemanager.cxx49 if (0 == (refCount = osl_decrementInterlockedCount(&m_pImpl->m_refCount)) ) in release()
/trunk/main/connectivity/source/resource/
H A Dsharedresources.cxx128 if ( 0 == osl_decrementInterlockedCount( &s_nClients ) ) in revokeClient()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumenteventexecutor.cxx145 osl_decrementInterlockedCount( &m_refCount ); in DocumentEventExecutor()
/trunk/main/svx/source/unodraw/
H A Dunoshcol.cxx67 if (osl_decrementInterlockedCount( &m_refCount ) == 0) in release()
/trunk/main/rdbmaker/inc/codemaker/
H A Dregistry.hxx113 if (m_pImpl && 0 == osl_decrementInterlockedCount(&m_pImpl->m_refCount)) in release()
/trunk/main/ucb/source/ucp/webdav/
H A DDAVSession.hxx57 if ( osl_decrementInterlockedCount( &m_nRefCount ) == 0 ) in release()
/trunk/main/mysqlc/source/
H A Dmysqlc_driver.cxx262 if (osl_decrementInterlockedCount(&_refCount) == 0) { in release()
/trunk/main/dbaccess/source/core/recovery/
H A Dsettingsimport.cxx78 oslInterlockedCount newCount = osl_decrementInterlockedCount( &m_refCount ); in release()
/trunk/main/reportdesign/source/core/sdr/
H A DPropertyForward.cxx95 osl_decrementInterlockedCount(&m_refCount); in DBG_NAME()
/trunk/main/svtools/source/table/
H A Dmousefunction.cxx49 oslInterlockedCount newCount = osl_decrementInterlockedCount( &m_refCount ); in release()
/trunk/main/binaryurp/source/
H A Dproxy.cxx97 if (osl_decrementInterlockedCount(&references_) == 0) { in do_release()

Completed in 86 milliseconds

12345678910