45 return gThreadManager;
class to manage threads in Writer using a <ThreadManager> instance
static SwThreadManager & GetThreadManager()
static bool ExistsThreadManager()
void RemoveThread(const oslInterlockedCount nThreadID)
bool StartingOfThreadsSuspended()
static bool sbThreadManagerInstantiated
class to manage threads in Writer - it conforms the singleton pattern
void ResumeStartingOfThreads()
continues the starting of threads after it has been suspended
std::unique_ptr< ThreadManager > mpThreadManagerImpl
oslInterlockedCount AddThread(const rtl::Reference< ObservableThread > &rThread)
void SuspendStartingOfThreads()
suspend the starting of threads
css::uno::Reference< css::util::XJobManager > & GetThreadJoiner()