#include <Thread_Pool.h>
Inheritance diagram for TAO_Thread_Pool_Threads:
Public Member Functions | |
TAO_Thread_Pool_Threads (TAO_Thread_Lane &lane) | |
Constructor. | |
int | svc (void) |
Method executed when a thread is spawned. | |
TAO_Thread_Lane & | lane (void) const |
Accessor to the lane to which this thread belongs to. | |
Static Public Member Functions | |
void | set_tss_resources (TAO_ORB_Core &orb_core, TAO_Thread_Lane &thread_lane) |
Set TSS resources for the current thread. | |
Private Attributes | |
TAO_Thread_Lane & | lane_ |
Lane to which this thread belongs to. |
|
Constructor.
|
|
Accessor to the lane to which this thread belongs to.
|
|
Set TSS resources for the current thread. Get the ORB_Core's TSS resources. Set the lane attribute in TSS. |
|
Method executed when a thread is spawned.
Reimplemented from ACE_Task_Base. |
|
Lane to which this thread belongs to.
|