Searched refs:mLastIoBeginNs (Results 1 – 2 of 2) sorted by relevance
857 if (mLastIoBeginNs > 0) { // MMAP may not set this in dumpBase_l()860 (long long) (systemTime() - mLastIoBeginNs) / NANOS_PER_MILLISECOND); in dumpBase_l()3433 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = mLastIoBeginNs == -1 in threadLoop()3434 ? systemTime() : mLastIoBeginNs; in threadLoop()3768 mLastIoBeginNs = lastIoBeginNs; in threadLoop()7357 mLastIoBeginNs = lastIoBeginNs; in threadLoop()
550 int64_t mLastIoBeginNs = -1; variable