Home
last modified time | relevance | path

Searched refs:m_aRefCount (Results 1 – 5 of 5) sorted by relevance

/trunk/main/cppuhelper/source/
H A Dweak.cxx61 : m_aRefCount( 0 )
86 oslInterlockedCount m_aRefCount; member in cppu::OWeakConnectionPoint
104 osl_incrementInterlockedCount( &m_aRefCount ); in acquire()
110 if (! osl_decrementInterlockedCount( &m_aRefCount )) in release()
355 oslInterlockedCount m_aRefCount; member in com::sun::star::uno::OWeakRefListener
365 , m_aRefCount( 1 ) in OWeakRefListener()
377 osl_decrementInterlockedCount( &m_aRefCount ); in OWeakRefListener()
381 : m_aRefCount( 1 ) in OWeakRefListener()
398 osl_decrementInterlockedCount( &m_aRefCount ); in OWeakRefListener()
424 osl_incrementInterlockedCount( &m_aRefCount ); in acquire()
[all …]
/trunk/main/svtools/source/java/
H A Djavacontext.cxx39 m_aRefCount(0), in JavaContext()
47 : m_aRefCount(0), in JavaContext()
69 osl_incrementInterlockedCount( &m_aRefCount ); in acquire()
74 if (! osl_decrementInterlockedCount( &m_aRefCount )) in release()
H A Djavainteractionhandler.cxx57 m_aRefCount(0), in JavaInteractionHandler()
69 m_aRefCount(0), in JavaInteractionHandler()
96 osl_incrementInterlockedCount( &m_aRefCount ); in acquire()
101 if (! osl_decrementInterlockedCount( &m_aRefCount )) in release()
/trunk/main/svtools/inc/svtools/
H A Djavainteractionhandler.hxx64 oslInterlockedCount m_aRefCount; member in svt::JavaInteractionHandler
H A Djavacontext.hxx77 oslInterlockedCount m_aRefCount; member in svt::JavaContext

Completed in 34 milliseconds