Lines Matching refs:m_aRefCount
61 : 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()
430 if( ! osl_decrementInterlockedCount( &m_aRefCount ) ) in release()