#include "tao/RTCORBA/Thread_Pool.h"#include "tao/RTCORBA/Thread_Pool.inl"#include "tao/Exception.h"#include "tao/ORB_Core.h"#include "tao/ORB_Core_TSS_Resources.h"#include "tao/ORB.h"#include "tao/Acceptor_Registry.h"#include "tao/Transport_Cache_Manager.h"#include "tao/debug.h"#include "tao/RTCORBA/Priority_Mapping_Manager.h"#include "tao/LF_Follower.h"#include "tao/Leader_Follower.h"#include "ace/Auto_Ptr.h"Include dependency graph for Thread_Pool.cpp:

Go to the source code of this file.
Defines | |
| #define | TAO_THREAD_POOL_MANAGER_GUARD |
| #define TAO_THREAD_POOL_MANAGER_GUARD |
Value:
ACE_GUARD_THROW_EX ( \ TAO_SYNCH_MUTEX, \ mon, \ this->lock_, \ CORBA::INTERNAL ( \ CORBA::SystemException::_tao_minor_code ( \ TAO_GUARD_FAILURE, \ 0), \ CORBA::COMPLETED_NO));
Definition at line 670 of file Thread_Pool.cpp.
Referenced by TAO_Thread_Pool_Manager::create_threadpool(), TAO_Thread_Pool_Manager::create_threadpool_with_lanes(), TAO_Thread_Pool_Manager::destroy_threadpool(), and TAO_Thread_Pool_Manager::get_threadpool().
1.4.7