|
ACE 7.0.7
|
#include <Service_Config.h>
Public Member Functions | |
| ACE_Threading_Helper () | |
| ~ACE_Threading_Helper () | |
| void | set (void *) |
| void * | get () |
Private Attributes | |
| ACE_thread_key_t | key_ |
| void * ACE_Threading_Helper< ACE_Thread_Mutex >::get | ( | ) |
| void ACE_Threading_Helper< ACE_Thread_Mutex >::set | ( | void * | p | ) |
|
private |
Key for the thread-specific data, which is a simple pointer to the thread's (currently-) global configuration context.