Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dlogs_with_prep_tracker.cc24 std::lock_guard<std::mutex> lock(logs_with_prep_mutex_); in MarkLogAsContainingPrepSection()
44 std::lock_guard<std::mutex> lock(logs_with_prep_mutex_); in FindMinLogContainingOutstandingPrep()
Dlogs_with_prep_tracker.h45 std::mutex logs_with_prep_mutex_; variable