Lines Matching refs:GetLock
38 void End() REQUIRES(!GetLock());
39 void Reset() REQUIRES(!GetLock());
40 void Dump(std::ostream& os) const REQUIRES(!GetLock());
46 void SetName(const std::string& name) REQUIRES(!GetLock());
47 void AddLogger(const TimingLogger& logger) REQUIRES(!GetLock());
48 size_t GetIterations() const REQUIRES(!GetLock());
62 void AddPair(const std::string &label, uint64_t delta_time) REQUIRES(GetLock());
63 void DumpHistogram(std::ostream &os) const REQUIRES(GetLock());
68 Mutex* GetLock() const { in GetLock() function
73 std::set<Histogram<uint64_t>*, HistogramComparator> histograms_ GUARDED_BY(GetLock());
77 size_t iterations_ GUARDED_BY(GetLock());