Home
last modified time | relevance | path

Searched refs:st_maxnactive (Results 1 – 25 of 63) sorted by relevance

123

/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/db/
H A DTransactionStats.java190 private int st_maxnactive; field in TransactionStats
195 return st_maxnactive; in getMaxNactive()
254 + "\n st_maxnactive=" + st_maxnactive in toString()
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/db/
H A DTransactionStats.java237 private int st_maxnactive; field in TransactionStats
243 return st_maxnactive; in getMaxNactive()
309 + "\n st_maxnactive=" + st_maxnactive in toString()
/dports/databases/db18/db-18.1.40/lang/csharp/src/
H A DTransactionStats.cs66 public uint MaxActive { get { return st.st_maxnactive; } }
/dports/databases/db5/db-5.3.28/lang/csharp/src/
H A DTransactionStats.cs66 public uint MaxActive { get { return st.st_maxnactive; } }
/dports/databases/db5/db-5.3.28/src/dbinc/
H A Dtxn.h64 u_int32_t st_maxnactive; /* maximum active transactions */ member
/dports/databases/db18/db-18.1.40/src/dbinc/
H A Dtxn.h64 u_int32_t st_maxnactive; /* maximum active transactions */ member
/dports/databases/db18/db-18.1.40/src/txn/
H A Dtxn_rec.c462 if (region->stat.st_nactive > region->stat.st_maxnactive)
463 STAT_SET(env, txn, maxnactive, region->stat.st_maxnactive,
H A Dtxn_stat.c152 region->stat.st_maxnactive =
290 "Maximum active transactions", (u_long)sp->st_maxnactive);
/dports/databases/db5/db-5.3.28/src/txn/
H A Dtxn_stat.c134 region->stat.st_maxnactive =
246 "Maximum active transactions", (u_long)sp->st_maxnactive);
H A Dtxn_rec.c460 if (region->stat.st_nactive > region->stat.st_maxnactive)
461 STAT_SET(env, txn, maxnactive, region->stat.st_maxnactive,
/dports/databases/db5/db-5.3.28/test/tcl/
H A Denv017.tcl187 { "Maximum active txns" st_maxnactive }
193 st_inittxns st_nactive st_nsnapshot st_maxnactive st_maxnsnapshot \
/dports/databases/db5/db-5.3.28/lang/csharp/src/Internal/
H A DStatStructs.cs400 internal uint st_maxnactive; field
/dports/databases/db18/db-18.1.40/lang/csharp/src/Internal/
H A DStatStructs.cs429 internal uint st_maxnactive; field
/dports/databases/db18/db-18.1.40/test/tcl/
H A Denv017.tcl191 { "Maximum active txns" st_maxnactive }
197 st_inittxns st_nactive st_nsnapshot st_maxnactive st_maxnsnapshot \
/dports/databases/db5/db-5.3.28/dist/
H A Ddb_provider.d366 probe txn__maxnactive(unsigned st_maxnactive, unsigned txnid);
/dports/textproc/htdig/htdig-3.2.0b6/db/
H A Dtxn_region.c299 stats->st_maxnactive = region->maxnactive;
/dports/databases/db18/db-18.1.40/dist/
H A Ddb_provider.d374 probe txn__maxnactive(unsigned st_maxnactive, unsigned txnid);
/dports/textproc/mifluz/mifluz-0.26.0/db/
H A Dtxn_region.c347 stats->st_maxnactive = region->maxnactive;
/dports/textproc/htdig/htdig-3.2.0b6/htdb/
H A Dhtdb_stat.cc752 dl("Maximum active transactions.\n", (u_long)sp->st_maxnactive); in txn_stats()
/dports/textproc/mifluz/mifluz-0.26.0/htdb/
H A Dhtdb_stat.cc886 dl("Maximum active transactions.\n", (u_long)sp->st_maxnactive); in txn_stats()
/dports/databases/db18/db-18.1.40/lang/tcl/
H A Dtcl_txn.c453 MAKE_STAT_LIST("Maximum active txns", sp->st_maxnactive);
/dports/databases/db5/db-5.3.28/lang/tcl/
H A Dtcl_txn.c441 MAKE_STAT_LIST("Maximum active txns", sp->st_maxnactive);
/dports/news/inn/inn-2.6.4/frontends/
H A Dovdb_stat.c416 { INT32, F(st_maxnactive), -1, -1, "Maximum active transactions" },
/dports/news/inn-current/inn-2.7-20211226/frontends/
H A Dovdb_stat.c441 {INT32, F(st_maxnactive), -1, -1, "Maximum active transactions"},
/dports/sysutils/shlock/inn-2.6.4/frontends/
H A Dovdb_stat.c416 { INT32, F(st_maxnactive), -1, -1, "Maximum active transactions" },

123