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