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