Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/transactions/
Dpessimistic_transaction.cc265 bool commit_without_prepare = false; in Commit() local
279 commit_without_prepare = std::atomic_compare_exchange_strong( in Commit()
287 commit_without_prepare = true; in Commit()
293 if (commit_without_prepare) { in Commit()