2 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
6 TAO_Thread_Pool_Threads::lane () const
13 TAO_Thread_Lane::id () const
20 TAO_Thread_Lane::pool () const
27 TAO_Thread_Lane::lane_priority () const
29 return this->lane_priority_;
34 TAO_Thread_Lane::native_priority () const
36 return this->native_priority_;
41 TAO_Thread_Lane::static_threads () const
43 return this->static_threads_number_;
48 TAO_Thread_Lane::dynamic_threads () const
50 return this->dynamic_threads_number_;
54 TAO_Thread_Lane_Resources &
55 TAO_Thread_Lane::resources ()
57 return this->resources_;
61 TAO_RT_ORBInitializer::TAO_RTCORBA_DT_LifeSpan
62 TAO_Thread_Lane::lifespan () const
64 return this->lifespan_;
68 ACE_Time_Value const &
69 TAO_Thread_Lane::dynamic_thread_time () const
71 return this->dynamic_thread_time_;
76 TAO_Thread_Pool::with_lanes () const
78 return this->with_lanes_;
82 TAO_Thread_Pool_Manager &
83 TAO_Thread_Pool::manager () const
85 return this->manager_;
90 TAO_Thread_Pool::id () const
97 TAO_Thread_Pool::stack_size () const
99 return this->stack_size_;
104 TAO_Thread_Pool::allow_borrowing () const
106 return this->allow_borrowing_;
111 TAO_Thread_Pool::allow_request_buffering () const
113 return this->allow_request_buffering_;
118 TAO_Thread_Pool::max_buffered_requests () const
120 return this->max_buffered_requests_;
125 TAO_Thread_Pool::max_request_buffer_size () const
127 return this->max_request_buffer_size_;
132 TAO_Thread_Pool::lanes ()
139 TAO_Thread_Pool::number_of_lanes () const
141 return this->number_of_lanes_;
144 TAO_END_VERSIONED_NAMESPACE_DECL