ACE  6.2.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros
Thread_Manager.h File Reference
#include "ace/Thread.h"
#include "ace/Thread_Adapter.h"
#include "ace/Thread_Exit.h"
#include "ace/Condition_Thread_Mutex.h"
#include "ace/Unbounded_Queue.h"
#include "ace/Containers.h"
#include "ace/Free_List.h"
#include "ace/Singleton.h"
#include "ace/Log_Category.h"
#include "ace/Synch_Traits.h"
#include "ace/Basic_Types.h"
#include "ace/Thread_Manager.inl"

Classes

class  ACE_At_Thread_Exit
 Contains a method to be applied when a thread is terminated. More...
 
class  ACE_At_Thread_Exit_Func
 
class  ACE_Thread_Descriptor_Base
 Basic information for thread descriptors. These information gets extracted out because we need it after a thread is terminated. More...
 
class  ACE_Thread_Descriptor
 Information for controlling threads that run under the control of the <Thread_Manager>. More...
 
class  ACE_Thread_Manager
 Manages a pool of threads. More...
 

Macros

#define ACE_DEFAULT_THREAD_MANAGER_PREALLOC   0
 
#define ACE_DEFAULT_THREAD_MANAGER_LWM   1
 
#define ACE_DEFAULT_THREAD_MANAGER_INC   1
 
#define ACE_DEFAULT_THREAD_MANAGER_HWM   ACE_DEFAULT_FREE_LIST_HWM
 
#define ACE_DEFAULT_THREAD_MANAGER_LOCK   ACE_SYNCH_MUTEX
 

Detailed Description

Id:
Thread_Manager.h 96985 2013-04-11 15:50:32Z huangh
Author
Douglas C. Schmidt schmi.nosp@m.dt@c.nosp@m.s.wus.nosp@m.tl.e.nosp@m.du

Macro Definition Documentation

#define ACE_DEFAULT_THREAD_MANAGER_HWM   ACE_DEFAULT_FREE_LIST_HWM
#define ACE_DEFAULT_THREAD_MANAGER_INC   1
#define ACE_DEFAULT_THREAD_MANAGER_LOCK   ACE_SYNCH_MUTEX
#define ACE_DEFAULT_THREAD_MANAGER_LWM   1
#define ACE_DEFAULT_THREAD_MANAGER_PREALLOC   0