Searched refs:m_nRef (Results 1 – 8 of 8) sorted by relevance
87 static sal_Int32 m_nRef; member in salhelper::SingletonRef110 ++m_nRef; in SingletonRef()111 if (m_nRef == 1) in SingletonRef()114 … OSL_ENSURE(m_nRef>0 && m_pInstance, "Race? Ref count of singleton >0, but instance is NULL!"); in SingletonRef()134 --m_nRef; in ~SingletonRef()135 if (m_nRef == 0) in ~SingletonRef()202 sal_Int32 SingletonRef< SingletonClass >::m_nRef = 0; member in salhelper::SingletonRef< SingletonClass >
36 sal_Int32 m_nRef; member54 if (1 == ::osl_incrementInterlockedCount(&static_cast<IdentityMapping *>(pMapping)->m_nRef)) in s_acquire()67 if (!::osl_decrementInterlockedCount(&static_cast<IdentityMapping *>(pMapping )->m_nRef)) in s_release()90 : m_nRef(0), in IdentityMapping()
115 oslInterlockedCount m_nRef; member in Base232 :m_nRef(1), in Base()293 osl_incrementInterlockedCount(&m_nRef); in acquire()298 if (osl_decrementInterlockedCount(&m_nRef) == 0) in release()308 osl_incrementInterlockedCount(&m_nRef); in harden()
224 : m_nRef (1), in Proxy()316 if (osl_incrementInterlockedCount(&m_nRef) == 1) in acquire()359 if (osl_decrementInterlockedCount(&m_nRef) == 0) in release()
41 oslInterlockedCount m_nRef; member in Proxy
35 :m_nResource(RT_NoResource), m_nRef(0) in AttributeInfo()40 :m_nResource(nResource), m_nRef(nRef) in AttributeInfo()215 pFactory->getListValueMap(aIt->second.m_nRef); in attributes()
71 Id m_nRef; member
165 oslInterlockedCount m_nRef; member221 ::osl_incrementInterlockedCount( &m_nRef ); in acquire()230 if (! ::osl_decrementInterlockedCount( &m_nRef )) in release()680 : m_nRef( 1 ), in AdapterImpl()
Completed in 30 milliseconds