HomeSort by relevance Sort by last modified time
    Searched refs:counters_lock_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/metrics/
stats_table.h 204 // The counters_lock_ protects the counters_ hash table.
205 base::Lock counters_lock_; member in class:base::StatsTable
stats_table.cc 399 AutoLock scoped_lock(counters_lock_);
590 AutoLock lock(counters_lock_);

Completed in 352 milliseconds