#include "ace/Lock.h"
#include "ace/Thread_Mutex.h"
#include "ace/TSS_T.inl"
#include "ace/TSS_T.cpp"
Include dependency graph for TSS_T.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | ACE_TSS |
Allows objects that are "physically" in thread specific storage (i.e., private to a thread) to be accessed as though they were "logically" global to a program. More... | |
class | ACE_TSS_Type_Adapter |
Adapter that allows built-in types to be used with ACE_TSS. More... | |
Defines | |
#define | ACE_TSS_TYPE(T) T |
#define | ACE_TSS_GET(I, T) (I) |
Moved from Synch.h.
Definition in file TSS_T.h.
|
Definition at line 39 of file TSS_T.h. Referenced by ACE_Service_Config::current(), ACE_Service_Config::current_i(), ACE_Thread_Exit::instance(), ACE_Unmanaged_TSS_Singleton< TYPE, ACE_LOCK >::instance(), and ACE_TSS_Singleton< TYPE, ACE_LOCK >::instance(). |
|
Definition at line 38 of file TSS_T.h. Referenced by ACE_Thread_Exit::cleanup(), and ACE_Thread_Exit::instance(). |