2 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
6 TAO_DTP_Thread_Pool_Threads::pool () const
12 TAO_DTP_Thread_Pool_Manager &
13 TAO_DTP_Thread_Pool::manager () const
15 return this->manager_;
20 TAO_DTP_Thread_Pool::id () const
27 TAO_DTP_Thread_Pool::use_timeouts () const
29 return this->definition_.max_threads_ > -1;
34 TAO_DTP_Thread_Pool::dynamic_thread_time () const
36 return this->definition_.timeout_;
40 TAO_END_VERSIONED_NAMESPACE_DECL