#include <OS_NS_Thread.h>
Public Methods | |
ACE_TSS_Ref (ACE_thread_t id) | |
Constructor. | |
ACE_TSS_Ref (void) | |
Default constructor. | |
int | operator== (const ACE_TSS_Ref &) const |
Check for equality. | |
int | operator!= (const ACE_TSS_Ref &) const |
Check for inequality. | |
Public Attributes | |
ACE_thread_t | tid_ |
ID of thread using a specific key. |
Since the <ACE_Unbounded_Stack> doesn't allow duplicates, the "reference count" is the identify of the thread_id.
|
Constructor.
|
|
Default constructor.
|
|
Check for inequality.
|
|
Check for equality.
|
|
ID of thread using a specific key.
|