Lines Matching refs:m_aRefCount
59 : m_aRefCount( 0 )
84 oslInterlockedCount m_aRefCount; member in cppu::OWeakConnectionPoint
102 osl_incrementInterlockedCount( &m_aRefCount ); in acquire()
108 if (! osl_decrementInterlockedCount( &m_aRefCount )) in release()
352 oslInterlockedCount m_aRefCount; member in com::sun::star::uno::OWeakRefListener
362 , m_aRefCount( 1 ) in OWeakRefListener()
374 osl_decrementInterlockedCount( &m_aRefCount ); in OWeakRefListener()
378 : m_aRefCount( 1 ) in OWeakRefListener()
395 osl_decrementInterlockedCount( &m_aRefCount ); in OWeakRefListener()
421 osl_incrementInterlockedCount( &m_aRefCount ); in acquire()
427 if( ! osl_decrementInterlockedCount( &m_aRefCount ) ) in release()