Searched refs:sOverlapCount (Results 1 – 1 of 1) sorted by relevance
300 thread_local int32_t sOverlapCount = -1; in MaybeLogTimestampWarning() local301 if (Clock::now() - sLastLogTimestamp > std::chrono::minutes(1) || sOverlapCount < 0) { in MaybeLogTimestampWarning()303 if (sOverlapCount > 0) { in MaybeLogTimestampWarning()305 "(%d overlapping timestamp detected since last log)", sOverlapCount); in MaybeLogTimestampWarning()311 sOverlapCount = 0; in MaybeLogTimestampWarning()316 ++sOverlapCount; in MaybeLogTimestampWarning()