Home
last modified time | relevance | path

Searched refs:NumConnections (Results 1 – 25 of 81) sorted by relevance

1234

/dports/benchmarks/apib/apib-APIB_1_2_1_RC1/apib/
H A Dapib_main.cc62 static int NumConnections = DefaultNumConnections;
328 int numConn = NumConnections / NumThreads;
329 if (ix < (NumConnections % NumThreads)) {
379 if (!absl::SimpleAtoi(optarg, &NumConnections)) {
519 if (setProcessLimits(NumConnections) != 0) {
526 if (NumThreads > NumConnections) {
527 NumThreads = NumConnections;
579 apib::PrintShortResults(std::cout, RunName, NumThreads, NumConnections);
/dports/irc/ngircd/ngircd-26.1/src/ngircd/
H A Dconn.c1146 assert(NumConnections > 0); in Conn_Close()
1147 if (NumConnections) in Conn_Close()
1148 NumConnections--; in Conn_Close()
1150 Idx, NumConnections, NumConnections != 1 ? "s" : ""); in Conn_Close()
1152 idle_t = NumConnections > 0 ? 0 : time(NULL); in Conn_Close()
1163 return NumConnections; in Conn_Count()
1390 (NumConnections >= (size_t) Conf_MaxConnections)) { in New_Connection()
1514 NumConnections++; in Account_Connection()
1516 if (NumConnections > NumConnectionsMax) in Account_Connection()
1517 NumConnectionsMax = NumConnections; in Account_Connection()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/kNet/src/
H A DNetwork.cpp303 if (workerThreads[i]->NumConnections() + workerThreads[i]->NumServers() < maxConnectionsPerThread) in GetOrCreateWorkerThread()
339 if (workerThread->NumConnections() + workerThread->NumServers() == 0) in RemoveConnectionFromItsWorkerThread()
355 if (workerThread->NumConnections() + workerThread->NumServers() == 0) in RemoveServerFromItsWorkerThread()
366 if (workerThread->NumConnections() + workerThread->NumServers() > 0) in CloseWorkerThread()
367 … connections and %d servers to handle.", workerThread, workerThread->NumConnections(), workerThrea… in CloseWorkerThread()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/kNet/include/kNet/
H A DNetworkWorkerThread.h44 int NumConnections() const;
H A DNetworkServer.h110 int NumConnections() const;
/dports/sysutils/perp/perp-2.07/examples/mathopd/
H A Dmathopd.conf29 NumConnections 64
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/qt/
H A Dclientmodel.h31 enum NumConnections { enum
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/qt/
H A Dclientmodel.h31 enum NumConnections { enum
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/qt/
H A Dclientmodel.h31 enum NumConnections { enum
/dports/sysutils/istio/istio-1.6.7/vendor/fortio.org/fortio/fhttp/
H A Dhttp_client.go73 h.NumConnections = 1
158 NumConnections int // num connections (for std client) member
373 MaxIdleConns: o.NumConnections,
374 MaxIdleConnsPerHost: o.NumConnections,
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/qt/
H A Dclientmodel.h36 enum NumConnections { enum
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/qt/
H A Dclientmodel.h36 enum NumConnections { enum
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/qt/
H A Dclientmodel.h36 enum NumConnections { enum
/dports/net-p2p/litecoin/litecoin-0.18.1/src/qt/
H A Dclientmodel.h36 enum NumConnections { enum
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/qt/
H A Dclientmodel.h39 enum NumConnections { enum
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/qt/
H A Dclientmodel.h39 enum NumConnections { enum
/dports/net-p2p/bitcoin/bitcoin-22.0/src/qt/
H A Dclientmodel.h39 enum NumConnections { enum
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/qt/
H A Dclientmodel.h38 enum NumConnections { enum
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/qt/
H A Dclientmodel.h38 enum NumConnections { enum
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/qt/
H A Dclientmodel.h38 enum NumConnections { enum
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/pkg/storage/chunk/cassandra/
H A Dstorage_client.go53 NumConnections int `yaml:"num_connections"` member
89 …f.IntVar(&cfg.NumConnections, "cassandra.num-connections", 2, "Number of TCP connections per host.…
119 cluster.NumConns = cfg.NumConnections
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/chunk/cassandra/
H A Dstorage_client.go52 NumConnections int `yaml:"num_connections"` member
88 …f.IntVar(&cfg.NumConnections, "cassandra.num-connections", 2, "Number of TCP connections per host.…
118 cluster.NumConns = cfg.NumConnections
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/cortexproject/cortex/pkg/chunk/cassandra/
H A Dstorage_client.go52 NumConnections int `yaml:"num_connections"` member
88 …f.IntVar(&cfg.NumConnections, "cassandra.num-connections", 2, "Number of TCP connections per host.…
118 cluster.NumConns = cfg.NumConnections
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/interfaces/
H A Dnode.h91 virtual size_t getNodeCount(CConnman::NumConnections flags) = 0;
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/interfaces/
H A Dnode.h91 virtual size_t getNodeCount(CConnman::NumConnections flags) = 0;

1234