Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/transactions/
Dwrite_prepared_txn_db.cc476 uint8_t loop_cnt) { in AddCommitted() argument
538 if (loop_cnt > 100) { in AddCommitted()
541 AddCommitted(prepare_seq, commit_seq, ++loop_cnt); in AddCommitted()
Dwrite_prepared_txn_db.h339 uint8_t loop_cnt = 0);