Searched refs:lastIoEndNs (Results 1 – 1 of 1) sorted by relevance
4476 const int64_t lastIoEndNs = systemTime(); in threadLoop() local4485 writePeriodNs = lastIoEndNs - mLastIoEndNs; in threadLoop()4517 const int64_t deltaWriteNs = lastIoEndNs - lastIoBeginNs; in threadLoop()4521 if ((lastIoEndNs - lastWarning) > kWarningThrottleNs) { in threadLoop()4527 lastWarning = lastIoEndNs; in threadLoop()4533 mLastIoEndNs = lastIoEndNs; in threadLoop()8591 const int64_t lastIoEndNs = systemTime(); // end IO timing in threadLoop() local8597 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = lastIoEndNs; in threadLoop()8805 const int64_t readPeriodNs = lastIoEndNs - mLastIoEndNs; in threadLoop()8818 mLastIoEndNs = lastIoEndNs; in threadLoop()