Searched refs:ntxns (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db_printlog/
H A Dtxn.awk5 ntxns = 0
7 txn[ntxns] = substr(TXN, 1, ndx - 1);
9 ntxns++
11 txn[ntxns] = TXN;
21 for (i = 0; i <= ntxns; i++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtxn001.tcl9 proc txn001 { {tnum "001"} { max 1024 } { ntxns 50 } } {
30 txn001_suba $ntxns $env $tnum
31 txn001_subb $ntxns $env $tnum
32 txn001_subc $ntxns $env $tnum
37 proc txn001_suba { ntxns env tnum } {
43 puts "\tTxn$tnum.a: Beginning/Committing $ntxns Transactions in $env"
44 for { set i 0 } { $i < $ntxns } { incr i } {
62 proc txn001_subb { ntxns env tnum } {
67 for { set i 0 } { $i < $ntxns } { incr i } {
85 proc txn001_subc { ntxns en
[all...]
H A Dtxn011.tcl16 proc txn011 { {ntxns 100} } {
57 txn011_runtxns $ntxns $db $ndenv abort
62 txn011_runtxns $ntxns $db $ndenv commit
88 txn011_runtxns $ntxns $ndb $env abort
94 txn011_runtxns $ntxns $ndb $env commit
122 txn011_runtxns $ntxns $ddb $env abort
127 txn011_runtxns $ntxns $ddb $env commit
162 proc txn011_runtxns { ntxns db env end } {
167 while { [gets $did str] != -1 && $i < $ntxns } {
H A Dtxn002.tcl9 proc txn002 { {tnum "002" } { max 1024 } { ntxns 50 } } {
14 puts -nonewline "Txn$tnum: Read-only transaction test ($max) ($ntxns)"
36 for { set i 0 } { $i < $ntxns } { incr i } {
H A Dtxn012.tcl10 proc txn012 { {ntxns 100} } {
H A Drpc001.tcl111 set ntxns 8
112 puts "\tRpc001.e: Nested ($ntxns x $ntxns) txn activity test"
121 # First set a breadth of 'ntxns'
125 puts "\tRpc001.e2: Creating $ntxns child transactions"
133 for {set i 2} {$i < $ntxns} {incr i} {
141 # Now make one 'ntxns' deeply nested.
144 puts "\tRpc001.e3: Creating $ntxns nested child transactions"
145 for {set i 0} {$i < $ntxns} {incr i} {
H A Dtest.tcl925 set ntxns 32
933 set stat [catch {eval txn001_suba $ntxns $env} res]
935 set stat [catch {eval txn001_subb $ntxns $env} res]
1019 set ntxns 32
1027 set stat [catch {eval txn001_suba $ntxns $env} res]
1029 set stat [catch {eval txn001_subb $ntxns $env} res]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DTpcbExample.java354 public void run(int ntxns, int threads) { argument
360 txnList[i] = new TxnThread("Thread " + String.valueOf(i), ntxns);
387 private int ntxns; /* Number of txns we were asked to run. */ field in class:TpcbExample.TxnThread
391 public TxnThread(String name, int ntxns) { argument
393 this.ntxns = ntxns;
419 for (txns = n = ntxns, failed = 0; n-- > 0;)
600 int ntxns = 0;
629 if ((ntxns = Integer.parseInt(argv[++i])) <= 0)
676 if (ntxns !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_tpcb.c132 int ch, iflag, mpool, ntxns, ret, txn_no_sync, verbose; local
137 iflag = mpool = ntxns = txn_no_sync = verbose = 0;
164 if ((ntxns = atoi(optarg)) <= 0)
207 if (ntxns != 0)
212 if (ntxns == 0)
214 tp_run(dbenv, ntxns, accounts, branches, tellers, verbose);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DTpcbExample.cpp120 int iflag, mpool, ntxns, txn_no_sync; local
127 mpool = ntxns = 0;
163 if ((ntxns = atoi(argv[++i])) <= 0)
212 if (ntxns != 0)
217 if (ntxns == 0)
219 app.run(ntxns, accounts, branches, tellers);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbUI.cpp163 int ret, valid, ntxns, written; local
251 ntxns = GetDlgItemInt(hDlg, IDC_TXN_EDIT,
266 ret = tpcb->run(ntxns);

Completed in 92 milliseconds