/aoo41x/main/sal/osl/unx/ |
H A D | interlck.c | 42 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 …]
|
/aoo41x/main/sw/source/core/inc/ |
H A D | threadmanager.hxx | 61 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 D | observablethread.hxx | 55 const oslInterlockedCount nThreadID ); 58 virtual oslInterlockedCount SAL_CALL acquire(); 59 virtual oslInterlockedCount SAL_CALL release(); 94 oslInterlockedCount mnRefCount; 96 oslInterlockedCount mnThreadID;
|
/aoo41x/main/svtools/inc/svtools/toolpanel/ |
H A D | refbase.hxx | 51 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() \
|
/aoo41x/main/store/source/ |
H A D | lockbyte.cxx | 326 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 D | object.cxx | 88 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()
|
/aoo41x/main/sal/inc/osl/ |
H A D | interlck.h | 33 typedef sal_Int32 oslInterlockedCount; typedef 39 oslInterlockedCount SAL_CALL osl_incrementInterlockedCount(oslInterlockedCount* pCount); 45 oslInterlockedCount SAL_CALL osl_decrementInterlockedCount(oslInterlockedCount* pCount);
|
/aoo41x/main/toolkit/source/helper/ |
H A D | accessibilityclient.cxx | 58 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()
|
/aoo41x/main/comphelper/inc/comphelper/ |
H A D | asyncnotification.hxx | 47 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();
|
/aoo41x/main/svtools/source/misc/ |
H A D | svtaccessiblefactory.cxx | 56 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()
|
/aoo41x/main/forms/source/richtext/ |
H A D | rtattributehandler.hxx | 46 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();
|
/aoo41x/main/sal/osl/os2/ |
H A D | interlck.c | 34 oslInterlockedCount SAL_CALL osl_incrementInterlockedCount(oslInterlockedCount* pCount) in osl_incrementInterlockedCount() 42 oslInterlockedCount SAL_CALL osl_decrementInterlockedCount(oslInterlockedCount* pCount) in osl_decrementInterlockedCount()
|
/aoo41x/main/comphelper/source/misc/ |
H A D | asyncnotification.cxx | 57 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()
|
/aoo41x/main/salhelper/inc/salhelper/ |
H A D | refobj.hxx | 42 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()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | observablethread.cxx | 45 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 D | threadmanager.cxx | 70 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()
|
/aoo41x/main/sal/osl/w32/ |
H A D | interlck.c | 43 oslInterlockedCount SAL_CALL osl_incrementInterlockedCount(oslInterlockedCount* pCount) in osl_incrementInterlockedCount() 93 oslInterlockedCount SAL_CALL osl_decrementInterlockedCount(oslInterlockedCount* pCount) in osl_decrementInterlockedCount()
|
/aoo41x/main/dbaccess/source/core/inc/ |
H A D | FilteredContainer.hxx | 48 oslInterlockedCount& m_nInAppend; 76 EnsureReset( oslInterlockedCount& _rValueLocation) in EnsureReset() 88 oslInterlockedCount& m_rValue; 112 oslInterlockedCount& _nInAppend
|
/aoo41x/main/svx/source/form/ |
H A D | fmscriptingenv.cxx | 154 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()
|
/aoo41x/main/xmloff/source/forms/handler/ |
H A D | property_handler_base.hxx | 50 virtual oslInterlockedCount SAL_CALL acquire(); 51 virtual oslInterlockedCount SAL_CALL release(); 54 oslInterlockedCount m_refCount;
|
H A D | property_handler_base.cxx | 42 oslInterlockedCount SAL_CALL PropertyHandlerBase::acquire() in acquire() 48 oslInterlockedCount SAL_CALL PropertyHandlerBase::release() in release() 50 oslInterlockedCount decremented = osl_decrementInterlockedCount( &m_refCount ); in release()
|
/aoo41x/main/svtools/source/toolpanel/ |
H A D | refbase.cxx | 37 oslInterlockedCount SAL_CALL RefBase::acquire() in acquire() 43 oslInterlockedCount SAL_CALL RefBase::release() in release() 45 oslInterlockedCount newCount = osl_decrementInterlockedCount( &m_refCount ); in release()
|
/aoo41x/main/connectivity/source/simpledbt/ |
H A D | refbase.hxx | 41 oslInterlockedCount m_refCount; 47 virtual oslInterlockedCount SAL_CALL acquire(); 48 virtual oslInterlockedCount SAL_CALL release();
|
H A D | refbase.cxx | 42 oslInterlockedCount SAL_CALL ORefBase::acquire() in acquire() 48 oslInterlockedCount SAL_CALL ORefBase::release() in release() 50 oslInterlockedCount nNewRefCount = osl_decrementInterlockedCount(&m_refCount); in release()
|
/aoo41x/main/fpicker/source/office/ |
H A D | asyncfilepicker.hxx | 61 mutable oslInterlockedCount m_refCount; 95 virtual oslInterlockedCount SAL_CALL acquire(); 96 virtual oslInterlockedCount SAL_CALL release();
|