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