Searched refs:lastIoEndNs (Results 1 – 1 of 1) sorted by relevance
3909 const int64_t lastIoEndNs = systemTime(); in threadLoop() local3918 writePeriodNs = lastIoEndNs - mLastIoEndNs; in threadLoop()3938 const int64_t deltaWriteNs = lastIoEndNs - lastIoBeginNs; in threadLoop()3941 if ((lastIoEndNs - lastWarning) > kWarningThrottleNs) { in threadLoop()3947 lastWarning = lastIoEndNs; in threadLoop()3953 mLastIoEndNs = lastIoEndNs; in threadLoop()7355 const int64_t lastIoEndNs = systemTime(); // end IO timing in threadLoop() local7361 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = lastIoEndNs; in threadLoop()7581 const int64_t readPeriodNs = lastIoEndNs - mLastIoEndNs; in threadLoop()7594 mLastIoEndNs = lastIoEndNs; in threadLoop()