Searched refs:GetLockTimeMs (Results 1 – 2 of 2) sorted by relevance
91 int64_t GetLockTimeMs() const in GetLockTimeMs() function
409 if (lockInner->GetLockTimeMs() < detectTime) { in CheckOverTime()413 if (lockInner->GetLockTimeMs() < nextDetectTime) { in CheckOverTime()414 nextDetectTime = lockInner->GetLockTimeMs(); in CheckOverTime()647 .append(" time=").append(ToString(curTick - lockInner->GetLockTimeMs())) in DumpInfo()