|
LibreOffice Module vcl (master) 1
|
#include <watchdog.hxx>
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 |
Definition at line 17 of file watchdog.hxx.
|
private |
Definition at line 99 of file watchdog.cxx.
Referenced by start().
|
overrideprivatevirtual |
Implements salhelper::Thread.
Definition at line 104 of file watchdog.cxx.
References comphelper::isDebuggerAttached().
|
static |
Definition at line 137 of file watchdog.cxx.
References WatchdogThread().
Referenced by OpenGLHelper::supportsOpenGL().
|
static |
Definition at line 148 of file watchdog.cxx.
Referenced by ImplSVMain().