Searched refs:lastIoEndNs (Results 1 – 1 of 1) sorted by relevance
3788 const int64_t lastIoEndNs = systemTime(); in threadLoop() local3797 writePeriodNs = lastIoEndNs - mLastIoEndNs; in threadLoop()3817 const int64_t deltaWriteNs = lastIoEndNs - lastIoBeginNs; in threadLoop()3820 if ((lastIoEndNs - lastWarning) > kWarningThrottleNs) { in threadLoop()3826 lastWarning = lastIoEndNs; in threadLoop()3832 mLastIoEndNs = lastIoEndNs; in threadLoop()7172 const int64_t lastIoEndNs = systemTime(); // end IO timing in threadLoop() local7177 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = lastIoEndNs; in threadLoop()7396 const int64_t readPeriodNs = lastIoEndNs - mLastIoEndNs; in threadLoop()7409 mLastIoEndNs = lastIoEndNs; in threadLoop()