Searched refs:lastIoEndNs (Results 1 – 1 of 1) sorted by relevance
4089 const int64_t lastIoEndNs = systemTime(); in threadLoop() local4098 writePeriodNs = lastIoEndNs - mLastIoEndNs; in threadLoop()4118 const int64_t deltaWriteNs = lastIoEndNs - lastIoBeginNs; in threadLoop()4121 if ((lastIoEndNs - lastWarning) > kWarningThrottleNs) { in threadLoop()4127 lastWarning = lastIoEndNs; in threadLoop()4133 mLastIoEndNs = lastIoEndNs; in threadLoop()7804 const int64_t lastIoEndNs = systemTime(); // end IO timing in threadLoop() local7810 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = lastIoEndNs; in threadLoop()8032 const int64_t readPeriodNs = lastIoEndNs - mLastIoEndNs; in threadLoop()8045 mLastIoEndNs = lastIoEndNs; in threadLoop()