ACE
6.1.0
|
#include "ace/OS_Log_Msg_Attributes.h"
Classes | |
class | ACE_OS_Thread_Descriptor |
Parent class of all ACE_Thread_Descriptor classes. = Container for ACE_Thread_Descriptor members that are used in ACE_OS. More... | |
class | ACE_Base_Thread_Adapter |
Base class for all the Thread_Adapters. More... | |
Defines | |
#define | ACE_THREAD_ADAPTER_NAME ace_thread_adapter |
Functions | |
ACE_THR_FUNC_RETURN | ACE_THREAD_ADAPTER_NAME (void *args) |
#define ACE_THREAD_ADAPTER_NAME ace_thread_adapter |
ACE_THR_FUNC_RETURN ACE_THREAD_ADAPTER_NAME | ( | void * | args | ) |
Run the thread entry point for the ACE_Thread_Adapter. This must be an extern "C" to make certain compilers happy...