Home
last modified time | relevance | path

Searched refs:nThreadID (Results 1 – 13 of 13) sorted by relevance

/trunk/main/framework/test/threadtest/
H A Dthreadtest.cxx294 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 Dthreadtest.cxx296 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 Dthreadmanager.hxx61 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 Dthreadlistener.hxx49 void ListenToThread( const oslInterlockedCount nThreadID,
52 virtual void NotifyAboutFinishedThread( const oslInterlockedCount nThreadID );
H A Difinishedthreadlistener.hxx43 virtual void NotifyAboutFinishedThread( const oslInterlockedCount nThreadID ) = 0;
H A Dithreadlistenerowner.hxx46 virtual void NotifyAboutFinishedThread( const oslInterlockedCount nThreadID ) = 0;
H A Dswthreadmanager.hxx60 void RemoveThread( const oslInterlockedCount nThreadID );
H A Dobservablethread.hxx55 const oslInterlockedCount nThreadID );
/trunk/main/sw/source/core/docnode/
H A Dthreadmanager.cxx70 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 Dthreadlistener.cxx42 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 Dswthreadmanager.cxx65 void SwThreadManager::RemoveThread( const oslInterlockedCount nThreadID ) in RemoveThread() argument
67 mpThreadManagerImpl->RemoveThread( nThreadID ); in RemoveThread()
H A Dobservablethread.cxx63 const oslInterlockedCount nThreadID ) in SetListener() argument
66 mnThreadID = nThreadID; in SetListener()
/trunk/main/extensions/source/logging/
H A Dlogrecord.cxx59 oslThreadIdentifier nThreadID( osl_getThreadIdentifier( NULL ) ); in getCurrentThreadID() local
60 return ::rtl::OUString::valueOf( (sal_Int64)nThreadID ); in getCurrentThreadID()

Completed in 49 milliseconds