Home
last modified time | relevance | path

Searched refs:txn_checkpoint_running (Results 1 – 3 of 3) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/txn/
H A Dtxn_ckpt.c1122 WT_STAT_CONN_SET(session, txn_checkpoint_running, 1); in __txn_checkpoint_wrapper()
1127 WT_STAT_CONN_SET(session, txn_checkpoint_running, 0); in __txn_checkpoint_wrapper()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Dstat.h658 int64_t txn_checkpoint_running; member
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/support/
H A Dstat.c2050 to->txn_checkpoint_running += in __wt_stat_connection_aggregate()
2051 WT_STAT_READ(from, txn_checkpoint_running); in __wt_stat_connection_aggregate()