PTLib  Version 2.14.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PThreadPool< Work_T > Member List

This is the complete list of members for PThreadPool< Work_T >, including all inherited members.

AddWork(Work_T *work, const char *group=NULL)PThreadPool< Work_T >inline
AllocateWorker()PThreadPoolBasevirtual
CheckWorker(WorkerThreadBase *worker)PThreadPoolBaseprotectedvirtual
Class()PObjectinlinestatic
Clone() const PObjectvirtual
CloneAs() const PObjectinline
Compare(const PObject &obj) const PObjectvirtual
CompareObjectMemoryDirect(const PObject &obj) const PObjectvirtual
Comparison enum namePObject
CreateWorkerThread()=0PThreadPoolBasepure virtual
EqualTo enum valuePObject
ExternalToInternalWorkMap_T typedefPThreadPool< Work_T >
GetClass(unsigned ancestor=0) const PObjectinlinevirtual
GetMaxUnits() const PThreadPoolBaseinline
GetMaxWorkers() const PThreadPoolBaseinline
GetTraceContextIdentifier() const PObjectinline
GetTraceContextIdentifier(PObject &obj)PObjectinline
GetTraceContextIdentifier(PObject *obj)PObjectinline
GreaterThan enum valuePObject
GroupInfoMap_t typedefPThreadPool< Work_T >
HashFunction() const PObjectvirtual
InternalCompareObjectMemoryDirect(const PObject *obj1, const PObject *obj2, PINDEX size)PObjectstatic
InternalIsDescendant(const char *clsName) const PObjectinlinevirtual
IsClass(const char *cls) const PObjectinline
LessThan enum valuePObject
m_externalToInternalWorkMapPThreadPool< Work_T >
m_groupInfoMapPThreadPool< Work_T >
m_highWaterMarkPThreadPoolBaseprotected
m_listMutexPThreadPoolBaseprotected
m_maxWorkerCountPThreadPoolBaseprotected
m_maxWorkUnitCountPThreadPoolBaseprotected
m_priorityPThreadPoolBaseprotected
m_threadNamePThreadPoolBaseprotected
m_traceContextIdentifierPObjectprotected
m_workersPThreadPoolBaseprotected
NewWorker()PThreadPoolBasevirtual
operator!=(const PObject &obj) const PObjectinline
operator<(const PObject &obj) const PObjectinline
operator<=(const PObject &obj) const PObjectinline
operator==(const PObject &obj) const PObjectinline
operator>(const PObject &obj) const PObjectinline
operator>=(const PObject &obj) const PObjectinline
PObject()PObjectinlineprotected
PrintOn(ostream &strm) const PObjectvirtual
PThreadPool(unsigned maxWorkers=10, unsigned maxWorkUnits=0, const char *threadName=NULL, PThread::Priority priority=PThread::NormalPriority)PThreadPool< Work_T >inline
PThreadPoolBase(unsigned maxWorkerCount, unsigned maxWorkUnitCount, const char *threadName, PThread::Priority priority)PThreadPoolBaseprotected
PTraceObjectInstance() const PObjectinline
PTraceObjectInstance(const char *)PObjectinlinestatic
PTraceObjectInstance(const PObject *obj)PObjectinlinestatic
ReadFrom(istream &strm)PObjectvirtual
RemoveWork(Work_T *work, bool removeFromWorker=true)PThreadPool< Work_T >inline
SetMaxUnits(unsigned count)PThreadPoolBaseinline
SetMaxWorkers(unsigned count)PThreadPoolBaseinline
SetTraceContextIdentifier(unsigned id)PObjectinline
SetTraceContextIdentifier(const PObject &obj)PObjectinline
SetTraceContextIdentifier(const PObject *obj)PObjectinline
StopWorker(WorkerThreadBase *worker)PThreadPoolBaseprotected
WorkerList_t typedefPThreadPoolBaseprotected
~PObject()PObjectinlinevirtual
~PThreadPoolBase()PThreadPoolBase