ACE
6.1.0
|
#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_Msg.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... | |
Defines | |
#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 |
#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 |