Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dlogs_with_prep_tracker.cc13 std::lock_guard<std::mutex> lock(prepared_section_completed_mutex_); in MarkLogAsHavingPrepSectionFlushed()
50 std::lock_guard<std::mutex> lock2(prepared_section_completed_mutex_); in FindMinLogContainingOutstandingPrep()
Dlogs_with_prep_tracker.h60 std::mutex prepared_section_completed_mutex_; variable