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

  /external/chromium/base/metrics/
stats_table.h 178 // The counters_lock_ protects the counters_ hash table.
179 base::Lock counters_lock_; member in class:base::StatsTable
stats_table.cc 360 AutoLock scoped_lock(counters_lock_);
555 AutoLock lock(counters_lock_);
  /external/chromium_org/base/metrics/
stats_table.h 183 // The counters_lock_ protects the counters_ hash table.
184 base::Lock counters_lock_; member in class:base::StatsTable
stats_table.cc 396 AutoLock scoped_lock(counters_lock_);
587 AutoLock lock(counters_lock_);

Completed in 23 milliseconds