Searched refs:mLastIoBeginNs (Results 1 – 2 of 2) sorted by relevance
878 if (mLastIoBeginNs > 0) { // MMAP may not set this in dumpBase_l()881 (long long) (systemTime() - mLastIoBeginNs) / NANOS_PER_MILLISECOND); in dumpBase_l()3496 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = mLastIoBeginNs == -1 in threadLoop()3497 ? systemTime() : mLastIoBeginNs; in threadLoop()3831 mLastIoBeginNs = lastIoBeginNs; in threadLoop()7408 mLastIoBeginNs = lastIoBeginNs; in threadLoop()
582 int64_t mLastIoBeginNs = -1; variable