Home
last modified time | relevance | path

Searched refs:_nRef (Results 1 – 2 of 2) sorted by relevance

/trunk/main/testtools/source/performance/
H A Dubobject.cxx70 sal_Int32 _nRef; member in benchmark_object::ServiceImpl
74 : _nRef( 0 ) in ServiceImpl()
77 : _nRef( 0 ) in ServiceImpl()
103 { osl_incrementInterlockedCount( &_nRef ); } in acquire()
105 { if (! osl_decrementInterlockedCount( &_nRef )) delete this; } in release()
/trunk/main/bridges/test/
H A Dtestcomp.cxx124 sal_Int32 _nRef; member in ServiceImpl
128 : _nRef( 0 ) in ServiceImpl()
131 : _nRef( 0 ) in ServiceImpl()
157 { osl_incrementInterlockedCount( &_nRef ); } in acquire()
159 { if (! osl_decrementInterlockedCount( &_nRef )) delete this; } in release()

Completed in 19 milliseconds