Home
last modified time | relevance | path

Searched refs:m_refCount (Results 151 – 175 of 903) sorted by relevance

12345678910>>...37

/dports/editors/libreoffice/libreoffice-7.2.6.2/cppu/qa/
H A Dtest_reference.cxx41 :m_refCount(0) in Foo()
65 osl_atomic_increment( &m_refCount ); in acquire()
70 if ( 0 == osl_atomic_decrement( &m_refCount ) ) in release()
80 oslInterlockedCount m_refCount; member in __anon0f4b5f440111::Foo
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cppu/qa/
H A Dtest_reference.cxx41 :m_refCount(0) in Foo()
65 osl_atomic_increment( &m_refCount ); in acquire()
70 if ( 0 == osl_atomic_decrement( &m_refCount ) ) in release()
80 oslInterlockedCount m_refCount; member in __anon352aa59c0111::Foo
/dports/devel/atlas-devel/Atlas-C++-0.6.4/Atlas/Objects/
H A DBaseObject.h289 int m_refCount; //how many instances variable
300 m_refCount++; in incRef()
305 assert( m_refCount >= 0 ); in decRef()
306 if(!m_refCount) { in decRef()
310 m_refCount--; in decRef()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/component/
H A DFormattedFieldWrapper.cxx72 osl_atomic_increment(&pRef->m_refCount); in createFormattedFieldWrapper()
80 osl_atomic_decrement(&pRef->m_refCount); in createFormattedFieldWrapper()
300 osl_atomic_increment(&m_refCount); in read()
305 osl_atomic_decrement(&m_refCount); in read()
337 osl_atomic_increment(&m_refCount); in ensureAggregate()
342 osl_atomic_decrement(&m_refCount); in ensureAggregate()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qtsupport/
H A Dprofilereader.cpp161 ++m_refCount; in incRefCount()
167 --m_refCount; in decRefCount()
168 if (!m_refCount) in decRefCount()
187 Q_ASSERT(m_refCount == 0); in clear()
/dports/sysutils/barrier/barrier-2.3.3/src/lib/platform/
H A DMSWindowsDropTarget.cpp31 m_refCount(1), in MSWindowsDropTarget()
163 return InterlockedIncrement(&m_refCount); in AddRef()
169 LONG count = InterlockedDecrement(&m_refCount); in Release()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/registry/source/
H A Dkeyimpl.hxx34 { ++m_refCount; } in acquire()
37 { return --m_refCount; } in release()
126 sal_uInt32 m_refCount; member in ORegKey
H A Dregimpl.hxx48 { return ++m_refCount; } in acquire()
51 { return --m_refCount; } in release()
140 sal_uInt32 m_refCount; member in ORegistry
/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/src/lib/platform/
H A DMSWindowsDropTarget.cpp31 m_refCount(1), in MSWindowsDropTarget()
163 return InterlockedIncrement(&m_refCount); in AddRef()
169 LONG count = InterlockedDecrement(&m_refCount); in Release()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cppuhelper/source/
H A Dimplbase.cxx70 if (osl_atomic_decrement( &m_refCount ) != 0) in release()
76 osl_atomic_increment( &m_refCount ); in release()
197 else if (osl_atomic_decrement( &m_refCount ) == 0) { in release()
201 osl_atomic_increment( &m_refCount ); in release()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cppuhelper/source/
H A Dimplbase.cxx70 if (osl_atomic_decrement( &m_refCount ) == 0) { in release()
74 osl_atomic_increment( &m_refCount ); in release()
196 else if (osl_atomic_decrement( &m_refCount ) == 0) { in release()
200 osl_atomic_increment( &m_refCount ); in release()
/dports/editors/libreoffice/libreoffice-7.2.6.2/registry/source/
H A Dregimpl.hxx51 { return ++m_refCount; } in acquire()
54 { return --m_refCount; } in release()
143 sal_uInt32 m_refCount; member in ORegistry
H A Dkeyimpl.hxx38 { ++m_refCount; } in acquire()
41 { return --m_refCount; } in release()
130 sal_uInt32 m_refCount; member in ORegKey
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/tdoc/
H A Dtdoc_stgelems.cxx100 osl_atomic_increment( &m_refCount ); in Storage()
111 osl_atomic_decrement( &m_refCount ); in Storage()
165 osl_atomic_increment( &m_refCount ); in acquire()
176 if ( m_refCount == 1 ) in release()
490 osl_atomic_increment( &m_refCount ); in OutputStream()
501 osl_atomic_decrement( &m_refCount ); in OutputStream()
655 osl_atomic_increment( &m_refCount ); in Stream()
666 osl_atomic_decrement( &m_refCount ); in Stream()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/tdoc/
H A Dtdoc_stgelems.cxx99 osl_atomic_increment( &m_refCount ); in Storage()
110 osl_atomic_decrement( &m_refCount ); in Storage()
165 osl_atomic_increment( &m_refCount ); in acquire()
176 if ( m_refCount == 1 ) in release()
489 osl_atomic_increment( &m_refCount ); in OutputStream()
500 osl_atomic_decrement( &m_refCount ); in OutputStream()
654 osl_atomic_increment( &m_refCount ); in Stream()
665 osl_atomic_decrement( &m_refCount ); in Stream()
/dports/editors/libreoffice/libreoffice-7.2.6.2/embedserv/source/inprocserv/
H A Ddllentry.cxx155 ULONG m_refCount; member in inprocserv::__anonda50c7020211::InprocEmbedProvider_Impl
254 : m_refCount( 0 ) in InprocEmbedProvider_Impl()
288 return ++m_refCount; in STDMETHODIMP_()
294 sal_Int32 nCount = --m_refCount; in STDMETHODIMP_()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/embedserv/source/inprocserv/
H A Ddllentry.cxx153 ULONG m_refCount; member in inprocserv::InprocEmbedProvider_Impl
249 : m_refCount( 0 ) in InprocEmbedProvider_Impl()
283 return ++m_refCount; in STDMETHODIMP_()
289 sal_Int32 nCount = --m_refCount; in STDMETHODIMP_()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/core/dataaccess/
H A Ddocumenteventnotifier.cxx48 oslInterlockedCount m_refCount; member in dbaccess::DocumentEventNotifier_Impl
59 :m_refCount( 0 ) in DocumentEventNotifier_Impl()
126 osl_atomic_increment( &m_refCount ); in acquire()
131 if ( 0 == osl_atomic_decrement( &m_refCount ) ) in release()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/phonon/ds9/
H A Dqpin.cpp36 QEnumMediaTypes(QPin *pin) : m_refCount(1), m_pin(pin), m_index(0) in QEnumMediaTypes()
70 return InterlockedIncrement(&m_refCount); in AddRef()
75 ULONG refCount = InterlockedDecrement(&m_refCount); in Release()
140 LONG m_refCount; member in Phonon::DS9::QEnumMediaTypes
148 m_parent(parent), m_flushing(false), m_refCount(1), m_connected(0), in QPin()
191 return InterlockedIncrement(&m_refCount); in STDMETHODIMP_()
196 ULONG refCount = InterlockedDecrement(&m_refCount); in STDMETHODIMP_()
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/compositor/wayland_wrapper/
H A Dqwlclientbuffer.cpp74 if (!m_refCount.loadAcquire()) in setDestroyed()
80 m_refCount.ref(); in ref()
85 if (!m_refCount.deref()) { in deref()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/common/util/
H A DSocketServer.cpp49 assert(session->m_refCount == 0); in ~SocketServer()
312 session->m_refCount++; in foreachSession()
325 assert(session->m_refCount > 0); in foreachSession()
326 session->m_refCount--; in foreachSession()
346 (m_sessions[i].m_session->m_refCount == 0)) in checkSessionsImpl()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/common/util/
H A DSocketServer.cpp49 assert(session->m_refCount == 0); in ~SocketServer()
312 session->m_refCount++; in foreachSession()
325 assert(session->m_refCount > 0); in foreachSession()
326 session->m_refCount--; in foreachSession()
346 (m_sessions[i].m_session->m_refCount == 0)) in checkSessionsImpl()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/common/util/
H A DSocketServer.cpp49 assert(session->m_refCount == 0); in ~SocketServer()
312 session->m_refCount++; in foreachSession()
325 assert(session->m_refCount > 0); in foreachSession()
326 session->m_refCount--; in foreachSession()
346 (m_sessions[i].m_session->m_refCount == 0)) in checkSessionsImpl()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/common/util/
H A DSocketServer.cpp49 assert(session->m_refCount == 0); in ~SocketServer()
314 session->m_refCount++; in foreachSession()
327 assert(session->m_refCount > 0); in foreachSession()
328 session->m_refCount--; in foreachSession()
348 (m_sessions[i].m_session->m_refCount == 0)) in checkSessionsImpl()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/common/util/
H A DSocketServer.cpp49 assert(session->m_refCount == 0); in ~SocketServer()
314 session->m_refCount++; in foreachSession()
327 assert(session->m_refCount > 0); in foreachSession()
328 session->m_refCount--; in foreachSession()
348 (m_sessions[i].m_session->m_refCount == 0)) in checkSessionsImpl()

12345678910>>...37