ACE_OS_Thread_Descriptor Class Reference

Parent class of all ACE_Thread_Descriptor classes. = Container for ACE_Thread_Descriptor members that are used in ACE_OS. More...

#include <Base_Thread_Adapter.h>

Inheritance diagram for ACE_OS_Thread_Descriptor:

Inheritance graph
[legend]
List of all members.

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_

Detailed Description

Parent class of all ACE_Thread_Descriptor classes. = Container for ACE_Thread_Descriptor members that are used in ACE_OS.

Definition at line 51 of file Base_Thread_Adapter.h.


Constructor & Destructor Documentation

ACE_INLINE ACE_OS_Thread_Descriptor::ACE_OS_Thread_Descriptor long  flags = 0  )  [protected]
 

For use by ACE_Thread_Descriptor.

Definition at line 14 of file Base_Thread_Adapter.inl.

00015   : flags_ (flags)
00016 {
00017 }


Member Function Documentation

ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE long ACE_OS_Thread_Descriptor::flags void   )  const
 

Get the thread creation flags.

Definition at line 8 of file Base_Thread_Adapter.inl.

Referenced by ACE_Thread_Adapter::invoke_i(), and ACE_OS::thr_exit().

00009 {
00010   return flags_;
00011 }


Member Data Documentation

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).

Definition at line 67 of file Base_Thread_Adapter.h.

Referenced by ACE_Thread_Manager::append_thr(), ACE_Thread_Manager::exit(), and ACE_Thread_Manager::wait().


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 11:26:14 2006 for ACE by doxygen 1.3.6