Searched refs:m_refcount (Results 1 – 9 of 9) sorted by relevance
244 SharedCount m_refcount; member in PageAllocator248 : m_cache(0), m_refcount() in PageAllocator()254 if (m_refcount == 1) in ~PageAllocator()269 swap<SharedCount>(lhs.m_refcount, rhs.m_refcount); in swap()274 m_refcount (rhs.m_refcount) in PageAllocator()290 SharedCount m_refcount; member in PageHolder298 : m_refcount (), in PageHolder()305 if ((m_refcount == 1) && (m_pagedata != 0) && m_allocator.is()) in ~PageHolder()327 swap<SharedCount>(lhs.m_refcount, rhs.m_refcount); in swap()333 : m_refcount (rhs.m_refcount), in PageHolder()
591 SharedCount m_refcount; member in store::PageHolder599 : m_refcount (), in PageHolder()608 if ((m_refcount == 1) && (m_pagedata != 0)) in ~PageHolder()618 m_refcount.swap(rhs.m_refcount); in swap()624 : m_refcount (rhs.m_refcount), in PageHolder()
60 oslInterlockedCount m_refcount; member in my_sc_impl::MyService1Impl67 : m_refcount( 0 ), in MyService1Impl()140 ::osl_incrementInterlockedCount( &m_refcount ); in acquire()147 if (0 == ::osl_decrementInterlockedCount( &m_refcount )) in release()
55 m_refcount(0) in AccEventListener()299 ::osl_incrementInterlockedCount( &m_refcount ); in acquire()305 if (0 == ::osl_decrementInterlockedCount( &m_refcount )) in release()
138 m_refcount(1) in AccTopWindowListener()311 ::osl_incrementInterlockedCount( &m_refcount ); in acquire()317 if (0 == ::osl_decrementInterlockedCount( &m_refcount )) in release()
88 oslInterlockedCount m_refcount; member in user_CurrentContext98 : m_refcount( 0 ) in user_CurrentContext()117 ::osl_incrementInterlockedCount( &m_refcount ); in acquire()123 if (! ::osl_decrementInterlockedCount( &m_refcount )) in release()
264 oslInterlockedCount m_refcount; member in stoc_sec::acc_CurrentContext291 : m_refcount( 0 ) in acc_CurrentContext()312 ::osl_incrementInterlockedCount( &m_refcount ); in acquire()318 if (! ::osl_decrementInterlockedCount( &m_refcount )) in release()
42 oslInterlockedCount m_refcount; member in AccEventListener
46 oslInterlockedCount m_refcount; member in AccTopWindowListener
Completed in 88 milliseconds