Lines Matching refs:GetLock
37 void End() REQUIRES(!GetLock());
38 void Reset() REQUIRES(!GetLock());
39 void Dump(std::ostream& os) const REQUIRES(!GetLock());
45 void SetName(const std::string& name) REQUIRES(!GetLock());
46 void AddLogger(const TimingLogger& logger) REQUIRES(!GetLock());
47 size_t GetIterations() const REQUIRES(!GetLock());
66 void DumpAverages(std::ostream &os) const REQUIRES(GetLock());
67 void AddPair(const char* label, uint64_t delta_time) REQUIRES(GetLock());
72 Mutex* GetLock() const { in GetLock() function
80 std::vector<CumulativeTime> cumulative_timers_ GUARDED_BY(GetLock());
84 size_t iterations_ GUARDED_BY(GetLock());