ACE  6.2.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros | Functions
Base_Thread_Adapter.h File Reference
#include "ace/OS_Log_Msg_Attributes.h"

Classes

class  ACE_OS_Thread_Descriptor
 Parent class of all ACE_Thread_Descriptor classes. More...
 
class  ACE_Base_Thread_Adapter
 Base class for all the Thread_Adapters. More...
 

Macros

#define ACE_THREAD_ADAPTER_NAME   ace_thread_adapter
 

Functions

ACE_THR_FUNC_RETURN ACE_THREAD_ADAPTER_NAME (void *args)
 

Detailed Description

Id:
Base_Thread_Adapter.h 95595 2012-03-07 13:33:25Z johnnyw
Author
Nanbor Wang nanbo.nosp@m.r@cs.nosp@m..wust.nosp@m.l.ed.nosp@m.u

Macro Definition Documentation

#define ACE_THREAD_ADAPTER_NAME   ace_thread_adapter

Function Documentation

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...