|
PTLib
Version 2.10.11
|
This is the complete list of members for PThreadPoolBase, including all inherited members.
| AllocateWorker() | PThreadPoolBase | virtual |
| CheckWorker(WorkerThreadBase *worker) | PThreadPoolBase | protectedvirtual |
| Class() | PObject | inlinestatic |
| Clone() const | PObject | virtual |
| Compare(const PObject &obj) const | PObject | virtual |
| CompareObjectMemoryDirect(const PObject &obj) const | PObject | virtual |
| Comparison enum name | PObject | |
| CreateWorkerThread()=0 | PThreadPoolBase | pure virtual |
| EqualTo enum value | PObject | |
| GetClass(unsigned ancestor=0) const | PObject | inlinevirtual |
| GetMaxUnits() const | PThreadPoolBase | inline |
| GetMaxWorkers() const | PThreadPoolBase | inline |
| GreaterThan enum value | PObject | |
| HashFunction() const | PObject | virtual |
| InternalCompareObjectMemoryDirect(const PObject *obj1, const PObject *obj2, PINDEX size) | PObject | static |
| InternalIsDescendant(const char *clsName) const | PObject | inlinevirtual |
| IsClass(const char *cls) const | PObject | inline |
| LessThan enum value | PObject | |
| m_listMutex | PThreadPoolBase | protected |
| m_maxWorkerCount | PThreadPoolBase | protected |
| m_maxWorkUnitCount | PThreadPoolBase | protected |
| m_workers | PThreadPoolBase | protected |
| NewWorker() | PThreadPoolBase | virtual |
| operator!=(const PObject &obj) const | PObject | inline |
| operator<(const PObject &obj) const | PObject | inline |
| operator<=(const PObject &obj) const | PObject | inline |
| operator==(const PObject &obj) const | PObject | inline |
| operator>(const PObject &obj) const | PObject | inline |
| operator>=(const PObject &obj) const | PObject | inline |
| PObject() | PObject | inlineprotected |
| PrintOn(ostream &strm) const | PObject | virtual |
| PThreadPoolBase(unsigned maxWorkerCount=10, unsigned maxWorkUnitCount=0) | PThreadPoolBase | protected |
| ReadFrom(istream &strm) | PObject | virtual |
| SetMaxUnits(unsigned count) | PThreadPoolBase | inline |
| SetMaxWorkers(unsigned count) | PThreadPoolBase | inline |
| StopWorker(WorkerThreadBase *worker) | PThreadPoolBase | protected |
| WorkerList_t typedef | PThreadPoolBase | protected |
| ~PObject() | PObject | inlinevirtual |
| ~PThreadPoolBase() | PThreadPoolBase |