ACE
6.3.3
|
Encapsulates responsibility for allocating, destroying and manipulating the value, associated with a thread-specific key. Relates to the ability of the created thread to inherit the parent thread's gestalt. Designed to be used as an instance member of ACE_Service_Config
.
More...
#include <Service_Config.h>
Encapsulates responsibility for allocating, destroying and manipulating the value, associated with a thread-specific key. Relates to the ability of the created thread to inherit the parent thread's gestalt. Designed to be used as an instance member of ACE_Service_Config
.
Partial specialization over ACE_SYNCH_MUTEX is used to implement specific behavior in both multi- and single-threaded builds.