Home
last modified time | relevance | path

Searched refs:oslInterlockedCount (Results 1 – 25 of 189) sorted by relevance

12345678

/aoo4110/main/sal/osl/unx/
H A Dinterlck.c42 oslInterlockedCount SAL_CALL osl_incrementInterlockedCount(oslInterlockedCount* pCount) in osl_incrementInterlockedCount()
44 register oslInterlockedCount nCount asm("%eax"); in osl_incrementInterlockedCount()
67 oslInterlockedCount SAL_CALL osl_decrementInterlockedCount(oslInterlockedCount* pCount) in osl_decrementInterlockedCount()
97 oslInterlockedCount SAL_CALL osl_incrementInterlockedCount(oslInterlockedCount* pCount) in osl_incrementInterlockedCount()
115 oslInterlockedCount SAL_CALL osl_decrementInterlockedCount(oslInterlockedCount* pCount) in osl_decrementInterlockedCount()
138 oslInterlockedCount SAL_CALL osl_incrementInterlockedCount(oslInterlockedCount* pCount) in osl_incrementInterlockedCount()
160 oslInterlockedCount SAL_CALL osl_decrementInterlockedCount(oslInterlockedCount* pCount) in osl_decrementInterlockedCount()
189 oslInterlockedCount SAL_CALL osl_incrementInterlockedCount(oslInterlockedCount* pCount) in osl_incrementInterlockedCount()
191 oslInterlockedCount Count; in osl_incrementInterlockedCount()
203 oslInterlockedCount SAL_CALL osl_decrementInterlockedCount(oslInterlockedCount* pCount) in osl_decrementInterlockedCount()
[all …]
/aoo4110/main/sw/source/core/inc/
H A Dthreadmanager.hxx61 virtual void NotifyAboutFinishedThread( const oslInterlockedCount nThreadID );
78 oslInterlockedCount AddThread(
81 void RemoveThread( const oslInterlockedCount nThreadID,
115 oslInterlockedCount nThreadID;
136 oslInterlockedCount mnThreadIDCounter;
147 oslInterlockedCount mnThreadID;
148 explicit ThreadPred( oslInterlockedCount nThreadID ) in ThreadPred()
159 inline oslInterlockedCount RetrieveNewThreadID() in RetrieveNewThreadID()
H A Dobservablethread.hxx55 const oslInterlockedCount nThreadID );
58 virtual oslInterlockedCount SAL_CALL acquire();
59 virtual oslInterlockedCount SAL_CALL release();
94 oslInterlockedCount mnRefCount;
96 oslInterlockedCount mnThreadID;
/aoo4110/main/svtools/inc/svtools/toolpanel/
H A Drefbase.hxx51 virtual oslInterlockedCount SAL_CALL acquire();
52 virtual oslInterlockedCount SAL_CALL release();
55 oslInterlockedCount m_refCount;
59 virtual oslInterlockedCount SAL_CALL acquire(); \
60 virtual oslInterlockedCount SAL_CALL release();
64 oslInterlockedCount classname::acquire() \
68 oslInterlockedCount classname::release() \
/aoo4110/main/store/source/
H A Dlockbyte.cxx326 virtual oslInterlockedCount SAL_CALL acquire();
327 virtual oslInterlockedCount SAL_CALL release();
347 oslInterlockedCount SAL_CALL FileLockBytes::acquire() in acquire()
352 oslInterlockedCount SAL_CALL FileLockBytes::release() in release()
565 virtual oslInterlockedCount SAL_CALL acquire();
566 virtual oslInterlockedCount SAL_CALL release();
586 oslInterlockedCount SAL_CALL MappedLockBytes::acquire() in acquire()
591 oslInterlockedCount SAL_CALL MappedLockBytes::release() in release()
717 virtual oslInterlockedCount SAL_CALL acquire();
718 virtual oslInterlockedCount SAL_CALL release();
[all …]
H A Dobject.cxx88 oslInterlockedCount SAL_CALL OStoreObject::acquire (void) in acquire()
90 oslInterlockedCount result = osl_incrementInterlockedCount (&m_nRefCount); in acquire()
97 oslInterlockedCount SAL_CALL OStoreObject::release (void) in release()
99 oslInterlockedCount result = osl_decrementInterlockedCount (&m_nRefCount); in release()
/aoo4110/main/sal/inc/osl/
H A Dinterlck.h33 typedef sal_Int32 oslInterlockedCount; typedef
39 oslInterlockedCount SAL_CALL osl_incrementInterlockedCount(oslInterlockedCount* pCount);
45 oslInterlockedCount SAL_CALL osl_decrementInterlockedCount(oslInterlockedCount* pCount);
/aoo4110/main/toolkit/source/helper/
H A Daccessibilityclient.cxx58 static oslInterlockedCount s_nAccessibilityClients = 0;
80 oslInterlockedCount m_refCount;
84 virtual oslInterlockedCount SAL_CALL acquire();
85 virtual oslInterlockedCount SAL_CALL release();
161 oslInterlockedCount SAL_CALL AccessibleDummyFactory::acquire() in acquire()
167 oslInterlockedCount SAL_CALL AccessibleDummyFactory::release() in release()
/aoo4110/main/comphelper/inc/comphelper/
H A Dasyncnotification.hxx47 oslInterlockedCount m_refCount;
52 virtual oslInterlockedCount SAL_CALL acquire();
53 virtual oslInterlockedCount SAL_CALL release();
127 virtual oslInterlockedCount SAL_CALL acquire();
128 virtual oslInterlockedCount SAL_CALL release();
/aoo4110/main/svtools/source/misc/
H A Dsvtaccessiblefactory.cxx56 static oslInterlockedCount s_nAccessibleFactoryAccesss = 0;
77 oslInterlockedCount m_refCount;
81 virtual oslInterlockedCount SAL_CALL acquire();
82 virtual oslInterlockedCount SAL_CALL release();
239 oslInterlockedCount SAL_CALL AccessibleDummyFactory::acquire() in acquire()
245 oslInterlockedCount SAL_CALL AccessibleDummyFactory::release() in release()
/aoo4110/main/forms/source/richtext/
H A Drtattributehandler.hxx46 oslInterlockedCount m_refCount;
50 virtual oslInterlockedCount SAL_CALL acquire();
51 virtual oslInterlockedCount SAL_CALL release();
101 virtual oslInterlockedCount SAL_CALL acquire();
102 virtual oslInterlockedCount SAL_CALL release();
/aoo4110/main/sal/osl/os2/
H A Dinterlck.c34 oslInterlockedCount SAL_CALL osl_incrementInterlockedCount(oslInterlockedCount* pCount) in osl_incrementInterlockedCount()
42 oslInterlockedCount SAL_CALL osl_decrementInterlockedCount(oslInterlockedCount* pCount) in osl_decrementInterlockedCount()
/aoo4110/main/comphelper/source/misc/
H A Dasyncnotification.cxx57 oslInterlockedCount SAL_CALL AnyEvent::acquire() in acquire()
63 oslInterlockedCount SAL_CALL AnyEvent::release() in release()
122 oslInterlockedCount m_refCount;
258 oslInterlockedCount SAL_CALL AsyncEventNotifier::acquire() in acquire()
264 oslInterlockedCount SAL_CALL AsyncEventNotifier::release() in release()
/aoo4110/main/salhelper/inc/salhelper/
H A Drefobj.hxx42 oslInterlockedCount m_nReferenceCount;
76 virtual oslInterlockedCount SAL_CALL acquire() SAL_THROW(()) in acquire()
81 virtual oslInterlockedCount SAL_CALL release() SAL_THROW(()) in release()
83 oslInterlockedCount result; in release()
/aoo4110/main/sw/source/core/docnode/
H A Dobservablethread.cxx45 oslInterlockedCount ObservableThread::acquire() in acquire()
50 oslInterlockedCount ObservableThread::release() in release()
52 oslInterlockedCount nCount( osl_decrementInterlockedCount( &mnRefCount ) ); in release()
63 const oslInterlockedCount nThreadID ) in SetListener()
H A Dthreadmanager.cxx70 void ThreadManager::NotifyAboutFinishedThread( const oslInterlockedCount nThreadID ) in NotifyAboutFinishedThread()
75 oslInterlockedCount ThreadManager::AddThread( in AddThread()
83 oslInterlockedCount nNewThreadID( RetrieveNewThreadID() ); in AddThread()
120 void ThreadManager::RemoveThread( const oslInterlockedCount nThreadID, in RemoveThread()
/aoo4110/main/sal/osl/w32/
H A Dinterlck.c43 oslInterlockedCount SAL_CALL osl_incrementInterlockedCount(oslInterlockedCount* pCount) in osl_incrementInterlockedCount()
93 oslInterlockedCount SAL_CALL osl_decrementInterlockedCount(oslInterlockedCount* pCount) in osl_decrementInterlockedCount()
/aoo4110/main/dbaccess/source/core/inc/
H A DFilteredContainer.hxx48 oslInterlockedCount& m_nInAppend;
76 EnsureReset( oslInterlockedCount& _rValueLocation) in EnsureReset()
88 oslInterlockedCount& m_rValue;
112 oslInterlockedCount& _nInAppend
/aoo4110/main/svx/source/form/
H A Dfmscriptingenv.cxx154 oslInterlockedCount m_refCount;
172 virtual oslInterlockedCount SAL_CALL acquire();
173 virtual oslInterlockedCount SAL_CALL release();
355 oslInterlockedCount SAL_CALL FormScriptingEnvironment::acquire() in acquire()
361 oslInterlockedCount SAL_CALL FormScriptingEnvironment::release() in release()
/aoo4110/main/xmloff/source/forms/handler/
H A Dproperty_handler_base.hxx50 virtual oslInterlockedCount SAL_CALL acquire();
51 virtual oslInterlockedCount SAL_CALL release();
54 oslInterlockedCount m_refCount;
H A Dproperty_handler_base.cxx42 oslInterlockedCount SAL_CALL PropertyHandlerBase::acquire() in acquire()
48 oslInterlockedCount SAL_CALL PropertyHandlerBase::release() in release()
50 oslInterlockedCount decremented = osl_decrementInterlockedCount( &m_refCount ); in release()
/aoo4110/main/svtools/source/toolpanel/
H A Drefbase.cxx37 oslInterlockedCount SAL_CALL RefBase::acquire() in acquire()
43 oslInterlockedCount SAL_CALL RefBase::release() in release()
45 oslInterlockedCount newCount = osl_decrementInterlockedCount( &m_refCount ); in release()
/aoo4110/main/connectivity/source/simpledbt/
H A Drefbase.hxx41 oslInterlockedCount m_refCount;
47 virtual oslInterlockedCount SAL_CALL acquire();
48 virtual oslInterlockedCount SAL_CALL release();
H A Drefbase.cxx42 oslInterlockedCount SAL_CALL ORefBase::acquire() in acquire()
48 oslInterlockedCount SAL_CALL ORefBase::release() in release()
50 oslInterlockedCount nNewRefCount = osl_decrementInterlockedCount(&m_refCount); in release()
/aoo4110/main/fpicker/source/office/
H A Dasyncfilepicker.hxx61 mutable oslInterlockedCount m_refCount;
95 virtual oslInterlockedCount SAL_CALL acquire();
96 virtual oslInterlockedCount SAL_CALL release();

Completed in 90 milliseconds

12345678