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.cxx59 : m_aRefCount( 0 )
84 oslInterlockedCount m_aRefCount; member in cppu::OWeakConnectionPoint
101 osl_incrementInterlockedCount( &m_aRefCount ); in acquire()
107 if (! osl_decrementInterlockedCount( &m_aRefCount )) in release()
348 oslInterlockedCount m_aRefCount; member in com::sun::star::uno::OWeakRefListener
358 , m_aRefCount( 1 ) in OWeakRefListener()
370 osl_decrementInterlockedCount( &m_aRefCount ); in OWeakRefListener()
374 : m_aRefCount( 1 ) in OWeakRefListener()
391 osl_decrementInterlockedCount( &m_aRefCount ); in OWeakRefListener()
417 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()
68 osl_incrementInterlockedCount( &m_aRefCount ); in acquire()
73 if (! osl_decrementInterlockedCount( &m_aRefCount )) in release()
H A Djavainteractionhandler.cxx57 m_aRefCount(0), in JavaInteractionHandler()
69 m_aRefCount(0), in JavaInteractionHandler()
95 osl_incrementInterlockedCount( &m_aRefCount ); in acquire()
100 if (! osl_decrementInterlockedCount( &m_aRefCount )) in release()
/trunk/main/svtools/inc/svtools/
H A Djavainteractionhandler.hxx62 oslInterlockedCount m_aRefCount; member in svt::JavaInteractionHandler
H A Djavacontext.hxx75 oslInterlockedCount m_aRefCount; member in svt::JavaContext