Home
last modified time | relevance | path

Searched refs:_maxInUse (Results 1 – 2 of 2) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/client/
H A Dconnpool.h111 _maxInUse = maxInUse; in setMaxInUse()
226 int _maxInUse; variable
305 _maxInUse = maxInUse; in setMaxInUse()
405 int _maxInUse; variable
H A Dconnpool.cpp83 _maxInUse(kDefaultMaxInUse), in PoolForHost()
223 auto condition = [&] { return (numInUse() < _maxInUse || _inShutdown.load()); }; in waitForFreeConnection()
271 if (p.openConnections() >= _this->_maxInUse) { in get()
273 << _this->_maxInUse; in get()
303 _maxInUse(kDefaultMaxInUse), in DBConnectionPool()