PTLib
Version 2.18.8
|
This is the complete list of members for PThreadPoolBase::WorkerThreadBase, including all inherited members.
AutoDeleteFlag enum name | PThread | |
AutoDeleteThread enum value | PThread | |
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 |
Create(const PNotifier ¬ifier, INT parameter=0, AutoDeleteFlag deletion=AutoDeleteThread, Priority priorityLevel=NormalPriority, const PString &threadName=PString::Empty(), PINDEX stackSize=0) | PThread | static |
Create(const PNotifier ¬ifier, const PString &threadName) | PThread | inlinestatic |
Current() | PThread | static |
e_IsAutoDelete enum value | PThread | protected |
e_IsExternal enum value | PThread | protected |
e_IsManualDelete enum value | PThread | protected |
e_IsProcess enum value | PThread | protected |
EqualTo enum value | PObject | |
GetClass() const | PObject | inline |
GetCurrentThreadName() | PThread | inlinestatic |
GetIdentifiersAsString(PThreadIdentifier tid, PUniqueThreadIdentifier uid) | PThread | static |
GetNumProcessors() | PThread | static |
GetPercentageCPU(Times &previousTimes, const PTimeInterval &period=PTimeInterval(0, 1), PThreadIdentifier id=PNullThreadIdentifier) | PThread | static |
GetPriority() const | PThread | virtual |
GetThreadName() const | PThread | virtual |
GetThreadName(PThreadIdentifier id) | PThread | static |
GetTimes(std::list< Times > ×) | PThread | static |
GetTimes(std::set< Times > ×) | PThread | static |
GetTraceContextIdentifier() const | PObject | inline |
GetWorkSize() const =0 | PThreadPoolBase::WorkerThreadBase | pure virtual |
GreaterThan enum value | PObject | |
HashFunction() const | PObject | virtual |
InternalCompareObjectMemoryDirect(const PObject *obj1, const PObject *obj2, PINDEX size) | PObject | static |
IsAutoDelete() const | PThread | inline |
IsClass(const char *name) const | PObject | inline |
IsSuspended() const | PThread | virtual |
IsTerminated() const | PThread | virtual |
LessThan enum value | PObject | |
m_originalStackSize | PThread | protected |
m_pool | PThreadPoolBase::WorkerThreadBase | |
m_shutdown | PThreadPoolBase::WorkerThreadBase | |
m_threadId | PThread | protected |
m_threadName | PThread | protected |
m_threadNameMutex | PThread | protected |
m_traceContextIdentifier | PObject | protected |
m_type | PThread | protected |
m_uniqueId | PThread | protected |
Main() | PThreadPoolBase::WorkerThreadBase | protectedvirtual |
NoAutoDeleteThread enum value | PThread | |
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 |
P_DECLARE_TRACED_ENUM(Priority, LowestPriority, LowPriority, NormalPriority, HighPriority, HighestPriority) | PThread | |
PDECLARE_MUTEX(m_workerMutex) | PThreadPoolBase::WorkerThreadBase | |
PObject() | PObject | inlineprotected |
PPROFILE_EXCLUDE(PThreadIdentifier GetThreadId() const ) | PThread | |
PPROFILE_EXCLUDE(static PThreadIdentifier GetCurrentThreadId()) | PThread | |
PPROFILE_EXCLUDE(PUniqueThreadIdentifier GetUniqueIdentifier() const ) | PThread | |
PPROFILE_EXCLUDE(static PUniqueThreadIdentifier GetCurrentUniqueIdentifier()) | PThread | |
PPROFILE_EXCLUDE(static PINDEX GetTotalCount()) | PThread | |
PPROFILE_EXCLUDE(bool GetTimes(Times ×)) | PThread | |
PPROFILE_EXCLUDE(static bool GetTimes(PThreadIdentifier id, Times ×)) | PThread | |
PPROFILE_EXCLUDE(static void GetTimes(std::vector< Times > ×)) | PThread | |
PrintOn(ostream &strm) const | PThread | virtual |
PThread(PINDEX stack, AutoDeleteFlag deletion=AutoDeleteThread, Priority priorityLevel=NormalPriority, const PString &threadName=PString::Empty()) | PThread | |
PTraceObjectInstance() const | PObject | inline |
PTraceObjectInstance(const char *) | PObject | inlinestatic |
PTraceObjectInstance(const PObject *obj) | PObject | inlinestatic |
PXAbortBlock() const | PThread | |
PXBlockOnChildTerminate(int pid, const PTimeInterval &timeout) | PThread | |
PXBlockOnIO(int handle, int type, const PTimeInterval &timeout) | PThread | |
ReadFrom(istream &strm) | PObject | virtual |
Restart() | PThread | virtual |
Resume() | PThread | virtual |
SetAutoDelete(AutoDeleteFlag deletion=AutoDeleteThread) | PThread | virtual |
SetNoAutoDelete() | PThread | inline |
SetPriority(Priority priorityLevel) | PThread | virtual |
SetThreadName(const PString &name) | PThread | virtual |
SetTraceContextIdentifier(unsigned id) | PObject | inline |
SetTraceContextIdentifier(const PObject &obj) | PObject | inline |
SetTraceContextIdentifier(const PObject *obj) | PObject | inline |
Shutdown()=0 | PThreadPoolBase::WorkerThreadBase | pure virtual |
Sleep(const PTimeInterval &delay) | PThread | static |
Suspend(PBoolean susp=true) | PThread | virtual |
Terminate() | PThread | virtual |
Type enum name | PThread | protected |
WaitAndDelete(PThread *&thread, const PTimeInterval &maxWait=10000, PMutex *mutex=NULL, bool lock=true) | PThread | static |
WaitForTermination() const | PThread | |
WaitForTermination(const PTimeInterval &maxWait) const | PThread | |
Work()=0 | PThreadPoolBase::WorkerThreadBase | pure virtual |
WorkerThreadBase(PThreadPoolBase &pool, Priority priority, const char *threadName) | PThreadPoolBase::WorkerThreadBase | protected |
Yield() | PThread | static |
~PObject() | PObject | inlinevirtual |
~PThread() | PThread |