Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/transactions/
Dwrite_prepared_transaction_test.cc383 wp_db->old_commit_map_empty_ = true; in MaybeUpdateOldCommitMapTestWithNext()
397 if (!wp_db->old_commit_map_empty_) { in MaybeUpdateOldCommitMapTestWithNext()
402 EXPECT_TRUE(wp_db->old_commit_map_empty_); in MaybeUpdateOldCommitMapTestWithNext()
419 wp_db->old_commit_map_empty_ = true; in SnapshotConcurrentAccessTestInternal()
439 ASSERT_TRUE(wp_db->old_commit_map_empty_); in SnapshotConcurrentAccessTestInternal()
446 ASSERT_FALSE(wp_db->old_commit_map_empty_); in SnapshotConcurrentAccessTestInternal()
450 wp_db->old_commit_map_empty_ = true; in SnapshotConcurrentAccessTestInternal()
468 ASSERT_TRUE(wp_db->old_commit_map_empty_); in SnapshotConcurrentAccessTestInternal()
475 ASSERT_FALSE(wp_db->old_commit_map_empty_); in SnapshotConcurrentAccessTestInternal()
1111 wp_db->old_commit_map_empty_ = true; // reset in TEST_P()
[all …]
Dwrite_prepared_txn_db.cc648 old_commit_map_empty_.store(false, std::memory_order_release); in AdvanceMaxEvictedSeq()
779 old_commit_map_empty_.store(old_commit_map_.empty(), in ReleaseSnapshotInternal()
958 old_commit_map_empty_.store(false, std::memory_order_release); in MaybeUpdateOldCommitMap()
Dwrite_prepared_txn_db.h274 if (old_commit_map_empty_.load(std::memory_order_acquire)) {
785 std::atomic<bool> old_commit_map_empty_ = {true}; variable