RequestPortPool
RequestPortPool*
RequestPortPool fPortPool;
RequestPortPool* GetPortPool();
RequestPortPool *portPool = (RequestPortPool*)parse_expression(argv[1]);
PortReleaser(RequestPortPool* portPool, RequestPort* port)
RequestPortPool* fPortPool;
RequestPortPool::ReleasePort(RequestPort* port)
typedef AutoLocker<RequestPortPool> PoolLocker;
RequestPortPool::RequestPortPool()
RequestPortPool::~RequestPortPool()
RequestPortPool::InitCheck() const
RequestPortPool::IsDisconnected() const
RequestPortPool::AddPort(RequestPort* port)
RequestPortPool::AcquirePort()
class RequestPortPool : public Locker {
RequestPortPool();
~RequestPortPool();