TAO_RTCORBA  2.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | List of all members
TAO_Dynamic_Thread_Pool_Threads Class Reference

Class representing a dynamic thread running in a thread lane. More...

#include <Thread_Pool.h>

Inheritance diagram for TAO_Dynamic_Thread_Pool_Threads:
Inheritance graph
Collaboration diagram for TAO_Dynamic_Thread_Pool_Threads:
Collaboration graph

Public Member Functions

 TAO_Dynamic_Thread_Pool_Threads (TAO_Thread_Lane &lane)
 Constructor. More...
 
- Public Member Functions inherited from TAO_Thread_Pool_Threads
 TAO_Thread_Pool_Threads (TAO_Thread_Lane &lane)
 Constructor. More...
 
int svc (void)
 Method executed when a thread is spawned. More...
 
TAO_Thread_Lanelane (void) const
 Accessor to the lane to which this thread belongs to. More...
 

Protected Member Functions

virtual int run (TAO_ORB_Core &orb_core)
 Do the real work. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from TAO_Thread_Pool_Threads
static void set_tss_resources (TAO_ORB_Core &orb_core, TAO_Thread_Lane &thread_lane)
 Set TSS resources for the current thread. More...
 
- Protected Attributes inherited from TAO_Thread_Pool_Threads
TAO_Thread_Lanelane_
 Lane to which this thread belongs to. More...
 

Detailed Description

Class representing a dynamic thread running in a thread lane.

Constructor & Destructor Documentation

TAO_Dynamic_Thread_Pool_Threads::TAO_Dynamic_Thread_Pool_Threads ( TAO_Thread_Lane lane)

Constructor.

Member Function Documentation

int TAO_Dynamic_Thread_Pool_Threads::run ( TAO_ORB_Core orb_core)
protectedvirtual

Do the real work.

Reimplemented from TAO_Thread_Pool_Threads.


The documentation for this class was generated from the following files: