PTLib  Version 2.10.11
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() constPObjectvirtual
Compare(const PObject &obj) constPObjectvirtual
CompareObjectMemoryDirect(const PObject &obj) constPObjectvirtual
Comparison enum namePObject
CreateWorkerThread()=0PThreadPoolBasepure virtual
EqualTo enum valuePObject
ExternalToInternalWorkMap_T typedefPThreadPool< Work_T >
GetClass(unsigned ancestor=0) constPObjectinlinevirtual
GetMaxUnits() constPThreadPoolBaseinline
GetMaxWorkers() constPThreadPoolBaseinline
GreaterThan enum valuePObject
GroupInfoMap_t typedefPThreadPool< Work_T >
HashFunction() constPObjectvirtual
InternalCompareObjectMemoryDirect(const PObject *obj1, const PObject *obj2, PINDEX size)PObjectstatic
InternalIsDescendant(const char *clsName) constPObjectinlinevirtual
IsClass(const char *cls) constPObjectinline
LessThan enum valuePObject
m_externalToInternalWorkMapPThreadPool< Work_T >
m_groupInfoMapPThreadPool< Work_T >
m_listMutexPThreadPoolBaseprotected
m_maxWorkerCountPThreadPoolBaseprotected
m_maxWorkUnitCountPThreadPoolBaseprotected
m_workersPThreadPoolBaseprotected
NewWorker()PThreadPoolBasevirtual
operator!=(const PObject &obj) constPObjectinline
operator<(const PObject &obj) constPObjectinline
operator<=(const PObject &obj) constPObjectinline
operator==(const PObject &obj) constPObjectinline
operator>(const PObject &obj) constPObjectinline
operator>=(const PObject &obj) constPObjectinline
PObject()PObjectinlineprotected
PrintOn(ostream &strm) constPObjectvirtual
PThreadPool(unsigned maxWorkers=10, unsigned maxWorkUnits=0)PThreadPool< Work_T >inline
PThreadPoolBase(unsigned maxWorkerCount=10, unsigned maxWorkUnitCount=0)PThreadPoolBaseprotected
ReadFrom(istream &strm)PObjectvirtual
RemoveWork(Work_T *work, bool removeFromWorker=true)PThreadPool< Work_T >inline
SetMaxUnits(unsigned count)PThreadPoolBaseinline
SetMaxWorkers(unsigned count)PThreadPoolBaseinline
StopWorker(WorkerThreadBase *worker)PThreadPoolBaseprotected
WorkerList_t typedefPThreadPoolBaseprotected
~PObject()PObjectinlinevirtual
~PThreadPoolBase()PThreadPoolBase