LibreOffice Module comphelper (master) 1
|
Public Member Functions | |
ThreadWorker (ThreadPool *pPool) | |
virtual void | execute () override |
Public Member Functions inherited from salhelper::Thread | |
Thread (char const *name) | |
void | launch () |
Public Member Functions inherited from salhelper::SimpleReferenceObject | |
SimpleReferenceObject () | |
void | acquire () |
void | release () |
Private Attributes | |
ThreadPool * | mpPool |
Additional Inherited Members | |
Static Public Member Functions inherited from salhelper::Thread | |
static void * | operator new (std::size_t size) |
static void | operator delete (void *pointer) |
Static Public 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) |
Protected Member Functions inherited from salhelper::Thread | |
virtual | ~Thread () SAL_OVERRIDE |
virtual void | execute ()=0 |
Protected Member Functions inherited from salhelper::SimpleReferenceObject | |
virtual | ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE |
Protected Attributes inherited from salhelper::SimpleReferenceObject | |
oslInterlockedCount | m_nCount |
Definition at line 58 of file threadpool.cxx.
|
inlineexplicit |
Definition at line 63 of file threadpool.cxx.
|
inlineoverridevirtual |
Implements salhelper::Thread.
Definition at line 69 of file threadpool.cxx.
References comphelper::ThreadPool::decBusyWorker(), comphelper::gbIsWorkerThread, comphelper::ThreadPool::incBusyWorker(), comphelper::ThreadPool::maMutex, comphelper::ThreadPool::mbTerminate, mpPool, and comphelper::ThreadPool::popWorkLocked().
|
private |
Definition at line 60 of file threadpool.cxx.
Referenced by execute().