|
PTLib
Version 2.18.8
|
This is the complete list of members for PQueuedThreadPool< Work_T >, including all inherited members.
| AddWork(Work_T *work, const char *group=NULL) | PThreadPool< Work_T > | inline |
| AllocateWorker() | PThreadPoolBase | protectedvirtual |
| Class() | PObject | inlinestatic |
| Clone() const | PObject | virtual |
| CloneAs() const | PObject | inline |
| Compare(const PObject &obj) const | PObject | virtual |
| Compare2(T v1, T v2) | PObject | inlinestatic |
| CompareObjectMemoryDirect(const PObject &obj) const | PObject | virtual |
| Comparison enum name | PObject | |
| CopyTraceContextIdentifier(PObject &obj) const | PObject | inline |
| CopyTraceContextIdentifier(PObject *obj) const | PObject | inline |
| CopyTraceContextIdentifier(PObject &to, const PObject &from) | PObject | inlinestatic |
| CopyTraceContextIdentifier(PObject &to, const PObject *from) | PObject | inlinestatic |
| CopyTraceContextIdentifier(PObject *to, const PObject &from) | PObject | inlinestatic |
| CopyTraceContextIdentifier(PObject *to, const PObject *from) | PObject | inlinestatic |
| CreateWorkerThread() | PQueuedThreadPool< Work_T > | inlineprotectedvirtual |
| EqualTo enum value | PObject | |
| ExternalToInternalWorkMap_T typedef | PThreadPool< Work_T > | |
| GetClass() const | PObject | inline |
| GetMaxUnits() const | PThreadPoolBase | inline |
| GetMaxWorkers() const | PThreadPoolBase | inline |
| GetTraceContextIdentifier() const | PObject | inline |
| GetWorkerIncreaseLatency() const | PQueuedThreadPool< Work_T > | inline |
| GetWorkerIncreaseLimit() const | PQueuedThreadPool< Work_T > | inline |
| GreaterThan enum value | PObject | |
| GroupInfoMap_t typedef | PThreadPool< Work_T > | |
| HashFunction() const | PObject | virtual |
| InternalCompareObjectMemoryDirect(const PObject *obj1, const PObject *obj2, PINDEX size) | PObject | static |
| IsClass(const char *name) const | PObject | inline |
| LessThan enum value | PObject | |
| m_externalToInternalWorkMap | PThreadPool< Work_T > | |
| m_groupInfoMap | PThreadPool< Work_T > | |
| m_maxWorkerCount | PThreadPoolBase | protected |
| m_maxWorkUnitCount | PThreadPoolBase | protected |
| m_nextWorkerIncreaseTime | PQueuedThreadPool< Work_T > | protected |
| m_priority | PThreadPoolBase | protected |
| m_threadName | PThreadPoolBase | protected |
| m_traceContextIdentifier | PObject | protected |
| m_workerIncreaseLatency | PQueuedThreadPool< Work_T > | protected |
| m_workerIncreaseLimit | PQueuedThreadPool< Work_T > | protected |
| m_workers | PThreadPoolBase | protected |
| OnMaxWaitTime(const QueuedWorkerThread &PTRACE_PARAM(thread), const PTimeInterval &PTRACE_PARAM(latency), const string &PTRACE_PARAM(group)) | PQueuedThreadPool< Work_T > | inlinevirtual |
| OnWorkerStarted(WorkerThreadBase &thread) | PThreadPoolBase | protectedvirtual |
| 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 |
| PDECLARE_MUTEX(m_mutex) | PThreadPoolBase | protected |
| PObject() | PObject | inlineprotected |
| PQueuedThreadPool(unsigned maxWorkers=std::max(PThread::GetNumProcessors(), 10U), unsigned maxWorkUnits=0, const char *threadName=NULL, PThread::Priority priority=PThread::NormalPriority, const PTimeInterval &workerIncreaseLatency=PMaxTimeInterval, unsigned workerIncreaseLimit=0) | PQueuedThreadPool< Work_T > | inline |
| PrintOn(ostream &strm) const | PObject | virtual |
| 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) | PThreadPoolBase | protected |
| PTraceObjectInstance() const | PObject | inline |
| PTraceObjectInstance(const char *) | PObject | inlinestatic |
| PTraceObjectInstance(const PObject *obj) | PObject | inlinestatic |
| ReadFrom(istream &strm) | PObject | virtual |
| ReclaimWorkers() | PThreadPoolBase | virtual |
| RemoveWork(Work_T *work) | PThreadPool< Work_T > | inline |
| SetMaxUnits(unsigned count) | PThreadPoolBase | inline |
| SetMaxWorkers(unsigned count) | PThreadPoolBase | |
| SetTraceContextIdentifier(unsigned id) | PObject | inline |
| SetTraceContextIdentifier(const PObject &obj) | PObject | inline |
| SetTraceContextIdentifier(const PObject *obj) | PObject | inline |
| SetWorkerIncreaseLatency(const PTimeInterval &time) | PQueuedThreadPool< Work_T > | inline |
| SetWorkerIncreaseLimit(unsigned limit) | PQueuedThreadPool< Work_T > | inline |
| Shutdown() | PThreadPoolBase | |
| StopWorker(WorkerThreadBase *worker) | PThreadPoolBase | protectedvirtual |
| WorkerList_t typedef | PThreadPoolBase | protected |
| ~PObject() | PObject | inlinevirtual |
| ~PThreadPoolBase() | PThreadPoolBase | inline |