LibreOffice Module vcl (master) 1
Static Public Member Functions | Private Member Functions | List of all members
WatchdogThread Class Referencefinal

#include <watchdog.hxx>

Inheritance diagram for WatchdogThread:
[legend]
Collaboration diagram for WatchdogThread:
[legend]

Static Public Member Functions

static void start ()
 
static void stop ()
 

Private Member Functions

 WatchdogThread ()
 
virtual void execute () override
 
- Private Member Functions inherited from salhelper::Thread
 Thread (char const *name)
 
void launch ()
 
virtual ~Thread () SAL_OVERRIDE
 
virtual void execute ()=0
 
- Private Member Functions inherited from salhelper::SimpleReferenceObject
 SimpleReferenceObject ()
 
void acquire ()
 
void release ()
 
virtual ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE
 

Additional Inherited Members

- Static Private Member Functions inherited from salhelper::Thread
static void * operator new (std::size_t size)
 
static void operator delete (void *pointer)
 
- Static Private Member Functions inherited from salhelper::SimpleReferenceObject
static void * operator new (std::size_t nSize)
 
static void * operator new (std::size_t nSize, std::nothrow_t const &rNothrow)
 
static void operator delete (void *pPtr)
 
static void operator delete (void *pPtr, std::nothrow_t const &rNothrow)
 
- Private Attributes inherited from salhelper::SimpleReferenceObject
oslInterlockedCount m_nCount
 

Detailed Description

Definition at line 17 of file watchdog.hxx.

Constructor & Destructor Documentation

◆ WatchdogThread()

WatchdogThread::WatchdogThread ( )
private

Definition at line 99 of file watchdog.cxx.

Referenced by start().

Member Function Documentation

◆ execute()

void WatchdogThread::execute ( )
overrideprivatevirtual

Implements salhelper::Thread.

Definition at line 104 of file watchdog.cxx.

References comphelper::isDebuggerAttached().

◆ start()

void WatchdogThread::start ( )
static

Definition at line 137 of file watchdog.cxx.

References WatchdogThread().

Referenced by OpenGLHelper::supportsOpenGL().

◆ stop()

void WatchdogThread::stop ( )
static

Definition at line 148 of file watchdog.cxx.

Referenced by ImplSVMain().


The documentation for this class was generated from the following files: