Lines Matching refs:MutexLock
142 MutexLock ml(lock_); in StartTimer()
160 MutexLock ml(lock_); in StopTimer()
174 MutexLock l(lock_); in Finalize()
185 MutexLock l(lock_); in real_time_used()
192 MutexLock l(lock_); in cpu_time_used()
229 bool Barrier(MutexLock& ml) REQUIRES(lock_) { in Barrier()
330 MutexLock l(mutex_); in AddBenchmark()
351 MutexLock l(mutex_); in FindBenchmarks()
607 MutexLock l(GetBenchmarkLock()); in RunInThread()
632 MutexLock l(GetBenchmarkLock()); in RunBenchmark()
674 MutexLock l(GetBenchmarkLock()); in RunBenchmark()
765 MutexLock l(GetBenchmarkLock()); in SetLabel()