ACE_Threading_Helper< LOCK > Class Template Reference
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>
Detailed Description
template<typename LOCK>
class ACE_Threading_Helper< LOCK >
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.
The documentation for this class was generated from the following file: