#include <Base_Thread_Adapter.h>
Inheritance diagram for ACE_OS_Thread_Descriptor:

Public Methods | |
| long | flags (void) const |
| Get the thread creation flags. More... | |
Protected Methods | |
| ACE_OS_Thread_Descriptor (long flags=0) | |
| For use by ACE_Thread_Descriptor. More... | |
Protected Attributes | |
| long | flags_ |
Definition at line 39 of file Base_Thread_Adapter.h.
|
|
For use by ACE_Thread_Descriptor.
Definition at line 10 of file Base_Thread_Adapter.inl.
|
|
|
Get the thread creation flags.
Definition at line 4 of file Base_Thread_Adapter.inl. References flags_. Referenced by ACE_Thread_Adapter::invoke_i, and ACE_OS::thr_exit.
00005 {
00006 return flags_;
00007 }
|
|
|
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). Definition at line 55 of file Base_Thread_Adapter.h. Referenced by ACE_Thread_Manager::append_thr, ACE_Thread_Manager::exit, flags, ACE_Thread_Descriptor_Base::reset, and ACE_Thread_Manager::wait. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002