ACE_Thread_Descriptor_Base Class ReferenceBasic information for thread descriptors. These information gets extracted out because we need it after a thread is terminated. More...
Inheritance diagram for ACE_Thread_Descriptor_Base:
![]()
Collaboration diagram for ACE_Thread_Descriptor_Base:
![]() Detailed DescriptionBasic information for thread descriptors. These information gets extracted out because we need it after a thread is terminated.
For internal use only.
Constructor & Destructor Documentation
Member Function Documentation
Equality operator.
Inequality operator.
Group ID.
Current state of the thread.
Return the pointer to an ACE_Task_Base or NULL if there's no ACE_Task_Base associated with this thread.;
Reset this base thread descriptor.
Friends And Related Function Documentation
Reimplemented in ACE_Thread_Descriptor.
Reimplemented in ACE_Thread_Descriptor.
Reimplemented in ACE_Thread_Descriptor.
Member Data Documentation
Unique thread ID.
Unique handle to thread (used by Win32 and AIX).
Group ID.
Current state of the thread.
Pointer to an ACE_Task_Base or NULL if there's no ACE_Task_Base. We need these pointers to maintain the double-linked list in a thread managers.
The documentation for this class was generated from the following files: Generated on Mon Sep 15 07:17:38 2008 for ACE by ![]() |