ACE_Thread_ID Class ReferenceDefines a platform-independent thread ID class. Note that this class should be defined within the scope of a thread, rather than at global scope! More...
Detailed DescriptionDefines a platform-independent thread ID class. Note that this class should be defined within the scope of a thread, rather than at global scope!Constructor & Destructor Documentation
Initialize the object using the thread id and thread handle passed as parameters.
Initialize the object using calls to ACE_OS::thr_self().
Copy constructor.
Member Function Documentation
Get the thread id.
Set the thread id.
Get the thread handle.
Set the thread handle.
Equality operator.
Inequality operator.
Member Data Documentation
Identify the thread.
Handle to the thread (typically used to "wait" on Win32).
The documentation for this class was generated from the following files: Generated on Mon Sep 15 07:17:40 2008 for ACE by ![]() |