#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"Include dependency graph for Thread_Manager.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
| 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 .  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 | 
| Variables | |
| ACE_BEGIN_VERSIONED_NAMESPACE_DECL class | ACE_Task_Base | 
Definition in file Thread_Manager.h.
| 
 | 
| 
 Definition at line 62 of file Thread_Manager.h. | 
| 
 | 
| 
 Definition at line 58 of file Thread_Manager.h. | 
| 
 | 
| 
 Definition at line 74 of file Thread_Manager.h. Referenced by ACE_Thread_Descriptor::ACE_Thread_Descriptor(). | 
| 
 | 
| 
 Definition at line 54 of file Thread_Manager.h. | 
| 
 | 
| 
 Definition at line 50 of file Thread_Manager.h. | 
| 
 | 
| 
 Definition at line 80 of file Thread_Manager.h. | 
 1.3.6
 
1.3.6