Searched refs:background_counter_mutex_ (Results 1 – 3 of 3) sorted by relevance
141 base::MutexGuard guard(&background_counter_mutex_); in AddScopeSample()
233 base::MutexGuard guard(&background_counter_mutex_); in ResetForTesting()735 base::MutexGuard guard(&background_counter_mutex_); in PrintNVP()1310 base::MutexGuard guard(&background_counter_mutex_); in FetchBackgroundCounters()1377 base::MutexGuard guard(&background_counter_mutex_); in RecordGCSumCounters()
572 mutable base::Mutex background_counter_mutex_; variable