Searched refs:RequestPortPool (Results 1 – 7 of 7) sorted by relevance
11 typedef AutoLocker<RequestPortPool> PoolLocker;14 RequestPortPool::RequestPortPool() in RequestPortPool() function in RequestPortPool25 RequestPortPool::~RequestPortPool() in ~RequestPortPool()33 RequestPortPool::InitCheck() const in InitCheck()42 RequestPortPool::IsDisconnected() const in IsDisconnected()49 RequestPortPool::AddPort(RequestPort* port) in AddPort()71 RequestPortPool::AcquirePort() in AcquirePort()107 RequestPortPool::ReleasePort(RequestPort* port) in ReleasePort()
18 class RequestPortPool : public Locker {20 RequestPortPool();21 ~RequestPortPool();
12 PortReleaser(RequestPortPool* portPool, RequestPort* port) in PortReleaser()25 RequestPortPool* fPortPool;
52 RequestPortPool *portPool = (RequestPortPool*)parse_expression(argv[1]); in DebugPortPool()
82 RequestPortPool* GetPortPool();144 RequestPortPool fPortPool;
29 RequestPortPool.cpp
354 RequestPortPool*