#include "ace/pre.h"
#include "ace/ACE_export.h"
#include "ace/Base_Thread_Adapter.h"
#include "ace/post.h"
Include dependency graph for Thread_Adapter.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
class | ACE_Thread_Adapter |
Converts a C++ function into a function <ace_thread_adapter> function that can be called from a thread creation routine (e.g., <pthread_create> or <_beginthreadex>) that expects an extern "C" entry point. This class also makes it possible to transparently provide hooks to register a thread with an <ACE_Thread_Manager>. More... |