Searched refs:nThreadID (Results 1 – 13 of 13) sorted by relevance
/trunk/main/framework/test/threadtest/ |
H A D | threadtest.cxx | 294 sal_Int32 nThreadID ); 295 void close ( sal_Int32 nThreadID ); 297 sal_Int32 nThreadID ); 298 sal_Int32 getA ( sal_Int32 nThreadID ); 300 sal_Int32 nThreadID ); 349 LOG_INIT( nA, nThreadID ) in init() 381 LOG_CLOSE( nThreadID ) in close() 407 LOG_SETA_START( nA, nThreadID ) in setA() 432 LOG_GETA_START( nThreadID ) in getA() 447 sal_Int32 nThreadID ) in workA() argument [all …]
|
/trunk/main/framework/test/ |
H A D | threadtest.cxx | 296 sal_Int32 nThreadID ); 297 void close ( sal_Int32 nThreadID ); 299 sal_Int32 nThreadID ); 300 sal_Int32 getA ( sal_Int32 nThreadID ); 302 sal_Int32 nThreadID ); 348 LOG_INIT( nA, nThreadID ) in init() 372 LOG_CLOSE( nThreadID ) in close() 404 LOG_SETA_START( nA, nThreadID ) in setA() 428 LOG_GETA_START( nThreadID ) in getA() 451 sal_Int32 nThreadID ) in workA() argument [all …]
|
/trunk/main/sw/source/core/inc/ |
H A D | threadmanager.hxx | 61 virtual void NotifyAboutFinishedThread( const oslInterlockedCount nThreadID ); 81 void RemoveThread( const oslInterlockedCount nThreadID, 115 oslInterlockedCount nThreadID; member 120 : nThreadID( 0 ), in tThreadData() 148 explicit ThreadPred( oslInterlockedCount nThreadID ) in ThreadPred() 149 : mnThreadID( nThreadID ) in ThreadPred() 154 return rThreadData.nThreadID == mnThreadID; in operator ()()
|
H A D | threadlistener.hxx | 49 void ListenToThread( const oslInterlockedCount nThreadID, 52 virtual void NotifyAboutFinishedThread( const oslInterlockedCount nThreadID );
|
H A D | ifinishedthreadlistener.hxx | 43 virtual void NotifyAboutFinishedThread( const oslInterlockedCount nThreadID ) = 0;
|
H A D | ithreadlistenerowner.hxx | 46 virtual void NotifyAboutFinishedThread( const oslInterlockedCount nThreadID ) = 0;
|
H A D | swthreadmanager.hxx | 60 void RemoveThread( const oslInterlockedCount nThreadID );
|
H A D | observablethread.hxx | 55 const oslInterlockedCount nThreadID );
|
/trunk/main/sw/source/core/docnode/ |
H A D | threadmanager.cxx | 70 void ThreadManager::NotifyAboutFinishedThread( const oslInterlockedCount nThreadID ) in NotifyAboutFinishedThread() argument 72 RemoveThread( nThreadID, true ); in NotifyAboutFinishedThread() 85 aThreadData.nThreadID = nNewThreadID; in AddThread() 91 mpThreadListener->ListenToThread( aThreadData.nThreadID, in AddThread() 120 void ThreadManager::RemoveThread( const oslInterlockedCount nThreadID, in RemoveThread() argument 128 ThreadPred( nThreadID ) ); in RemoveThread() 156 maWaitingForStartThreads.end(), ThreadPred( nThreadID ) ); in RemoveThread()
|
H A D | threadlistener.cxx | 42 void ThreadListener::ListenToThread( const oslInterlockedCount nThreadID, in ListenToThread() argument 46 nThreadID ); in ListenToThread() 49 void ThreadListener::NotifyAboutFinishedThread( const oslInterlockedCount nThreadID ) in NotifyAboutFinishedThread() argument 51 mrThreadListenerOwner.NotifyAboutFinishedThread( nThreadID ); in NotifyAboutFinishedThread()
|
H A D | swthreadmanager.cxx | 65 void SwThreadManager::RemoveThread( const oslInterlockedCount nThreadID ) in RemoveThread() argument 67 mpThreadManagerImpl->RemoveThread( nThreadID ); in RemoveThread()
|
H A D | observablethread.cxx | 63 const oslInterlockedCount nThreadID ) in SetListener() argument 66 mnThreadID = nThreadID; in SetListener()
|
/trunk/main/extensions/source/logging/ |
H A D | logrecord.cxx | 59 oslThreadIdentifier nThreadID( osl_getThreadIdentifier( NULL ) ); in getCurrentThreadID() local 60 return ::rtl::OUString::valueOf( (sal_Int64)nThreadID ); in getCurrentThreadID()
|
Completed in 91 milliseconds