Searched refs:prepared_section_completed_mutex_ (Results 1 – 2 of 2) sorted by relevance
13 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()
60 std::mutex prepared_section_completed_mutex_; variable