LibreOffice Module sw (master) 1
|
Helper class to pause starting of threads during existence of an instance of this class. More...
#include <pausethreadstarting.hxx>
Public Member Functions | |
SwPauseThreadStarting () | |
~SwPauseThreadStarting () COVERITY_NOEXCEPT_FALSE | |
Private Attributes | |
bool | mbPausedThreadStarting |
Helper class to pause starting of threads during existence of an instance of this class.
#i73788#
Definition at line 29 of file pausethreadstarting.hxx.
SwPauseThreadStarting::SwPauseThreadStarting | ( | ) |
Definition at line 29 of file pausethreadstarting.cxx.
References SwThreadManager::ExistsThreadManager(), SwThreadManager::GetThreadManager(), mbPausedThreadStarting, and SwThreadManager::SuspendStartingOfThreads().
SwPauseThreadStarting::~SwPauseThreadStarting | ( | ) |
Definition at line 40 of file pausethreadstarting.cxx.
References SwThreadManager::GetThreadManager(), mbPausedThreadStarting, and SwThreadManager::ResumeStartingOfThreads().
|
private |
Definition at line 36 of file pausethreadstarting.hxx.
Referenced by SwPauseThreadStarting(), and ~SwPauseThreadStarting().