ACE  6.1.0
Public Member Functions | Private Attributes
ACE_Threading_Helper< ACE_Thread_Mutex > Class Template Reference

#include <Service_Config.h>

List of all members.

Public Member Functions

 ACE_Threading_Helper (void)
 ~ACE_Threading_Helper (void)
void set (void *)
void * get (void)

Private Attributes

ACE_thread_key_t key_

template<>
class ACE_Threading_Helper< ACE_Thread_Mutex >


Constructor & Destructor Documentation


Member Function Documentation

void * ACE_Threading_Helper< ACE_Thread_Mutex >::get ( void  )
void ACE_Threading_Helper< ACE_Thread_Mutex >::set ( void *  p)

Member Data Documentation

Key for the thread-specific data, which is a simple pointer to the thread's (currently-) global configuration context.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines