reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/benchmark/src/benchmark.cc
  170     MutexLock l(manager->GetBenchmarkMutex());
  215         MutexLock l(manager->GetBenchmarkMutex());
  348     MutexLock l(manager_->GetBenchmarkMutex());
  363   MutexLock l(manager_->GetBenchmarkMutex());
utils/benchmark/src/benchmark_register.cc
   97   MutexLock l(mutex_);
  104   MutexLock l(mutex_);
  130   MutexLock l(mutex_);
utils/benchmark/src/mutex.h
  107       MutexLock ml(lock_);
  115     MutexLock ml(lock_);
  132   bool createBarrier(MutexLock& ml) REQUIRES(lock_) {
utils/benchmark/src/thread_manager.h
   28       MutexLock lock(end_cond_mutex_);
   34     MutexLock lock(end_cond_mutex_);