#include <OS_NS_Thread.h>
Public Methods | |
ACE_Thread_ID (ACE_thread_t, ACE_hthread_t) | |
ACE_Thread_ID (const ACE_Thread_ID &id) | |
ACE_thread_t | id (void) |
void | id (ACE_thread_t) |
ACE_hthread_t | handle (void) |
void | handle (ACE_hthread_t) |
void | to_string (char *) |
int | operator== (const ACE_Thread_ID &) const |
int | operator!= (const ACE_Thread_ID &) const |
Private Attributes | |
ACE_thread_t | thread_id_ |
Identify the thread. | |
ACE_hthread_t | thread_handle_ |
Handle to the thread (typically used to "wait" on Win32). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Handle to the thread (typically used to "wait" on Win32).
|
|
Identify the thread.
|