#include <Base_Thread_Adapter.h>
Public Member Functions | |
long | flags (void) const |
Get the thread creation flags. | |
Protected Member Functions | |
ACE_OS_Thread_Descriptor (long flags=0) | |
For use by ACE_Thread_Descriptor. | |
Protected Attributes | |
long | flags_ |
ACE_INLINE ACE_OS_Thread_Descriptor::ACE_OS_Thread_Descriptor | ( | long | flags = 0 |
) | [protected] |
For use by ACE_Thread_Descriptor.
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE long ACE_OS_Thread_Descriptor::flags | ( | void | ) | const |
Get the thread creation flags.
long ACE_OS_Thread_Descriptor::flags_ [protected] |
Keeps track of whether this thread was created "detached" or not. If a thread is *not* created detached then if someone calls <ACE_Thread_Manager::wait>, we need to join with that thread (and close down the handle).