Home
last modified time | relevance | path

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

/aoo42x/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()
/aoo42x/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()
/aoo42x/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()
140 ::osl_incrementInterlockedCount( &m_refcount ); in acquire()
147 if (0 == ::osl_decrementInterlockedCount( &m_refcount )) in release()
/aoo42x/main/winaccessibility/source/service/
H A DAccEventListener.cxx55 m_refcount(0) in AccEventListener()
299 ::osl_incrementInterlockedCount( &m_refcount ); in acquire()
305 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()
/aoo42x/main/stoc/test/security/
H A Dtest_security.cxx88 oslInterlockedCount m_refcount; member in user_CurrentContext
98 : m_refcount( 0 ) in user_CurrentContext()
117 ::osl_incrementInterlockedCount( &m_refcount ); in acquire()
123 if (! ::osl_decrementInterlockedCount( &m_refcount )) in release()
/aoo42x/main/stoc/source/security/
H A Daccess_controller.cxx264 oslInterlockedCount m_refcount; member in stoc_sec::acc_CurrentContext
291 : m_refcount( 0 ) in acc_CurrentContext()
312 ::osl_incrementInterlockedCount( &m_refcount ); in acquire()
318 if (! ::osl_decrementInterlockedCount( &m_refcount )) in release()
/aoo42x/main/winaccessibility/inc/
H A DAccEventListener.hxx42 oslInterlockedCount m_refcount; member in AccEventListener
H A DAccTopWindowListener.hxx46 oslInterlockedCount m_refcount; member in AccTopWindowListener

Completed in 30 milliseconds