ACE
6.1.0
|
#include "ace/Thread_Control.h"
Classes | |
class | ACE_Thread_Exit |
Keep exit information for a Thread in thread specific storage. so that the thread-specific exit hooks will get called no matter how the thread exits (e.g., via <ACE_Thread::exit>, C++ or Win32 exception, "falling off the end" of the thread entry point function, etc.). More... | |
class | ACE_Thread_Exit_Maybe |
A version of ACE_Thread_Exit that is created dynamically under the hood if the flag is set to TRUE. More... |