Home
last modified time | relevance | path

Searched refs:m_refcount (Results 1 – 9 of 9) sorted by relevance

/trunk/main/store/workben/
H A Dt_page.cxx244 SharedCount m_refcount; member in PageAllocator
248 : 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 PageHolder
298 : 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()
/trunk/main/store/source/
H A Dstorbase.hxx591 SharedCount m_refcount; member in store::PageHolder
599 : 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()
/trunk/main/odk/examples/DevelopersGuide/Components/CppComponent/
H A Dservice1_impl.cxx60 oslInterlockedCount m_refcount; member in my_sc_impl::MyService1Impl
67 : m_refcount( 0 ), in MyService1Impl()
131 ::osl_incrementInterlockedCount( &m_refcount ); in acquire()
138 if (0 == ::osl_decrementInterlockedCount( &m_refcount )) in release()
/trunk/main/winaccessibility/source/service/
H A DAccEventListener.cxx55 m_refcount(0) in AccEventListener()
297 ::osl_incrementInterlockedCount( &m_refcount ); in acquire()
303 if (0 == ::osl_decrementInterlockedCount( &m_refcount )) in release()
H A DAccTopWindowListener.cxx138 m_refcount(1) in AccTopWindowListener()
311 ::osl_incrementInterlockedCount( &m_refcount ); in acquire()
317 if (0 == ::osl_decrementInterlockedCount( &m_refcount )) in release()
/trunk/main/stoc/test/security/
H A Dtest_security.cxx87 oslInterlockedCount m_refcount; member in user_CurrentContext
97 : m_refcount( 0 ) in user_CurrentContext()
115 ::osl_incrementInterlockedCount( &m_refcount ); in acquire()
121 if (! ::osl_decrementInterlockedCount( &m_refcount )) in release()
/trunk/main/stoc/source/security/
H A Daccess_controller.cxx258 oslInterlockedCount m_refcount; member in stoc_sec::acc_CurrentContext
284 : m_refcount( 0 ) in acc_CurrentContext()
305 ::osl_incrementInterlockedCount( &m_refcount ); in acquire()
311 if (! ::osl_decrementInterlockedCount( &m_refcount )) in release()
/trunk/main/winaccessibility/inc/
H A DAccEventListener.hxx42 oslInterlockedCount m_refcount; member in AccEventListener
H A DAccTopWindowListener.hxx46 oslInterlockedCount m_refcount; member in AccTopWindowListener