Searched refs:mLastIoBeginNs (Results 1 – 2 of 2) sorted by relevance
970 if (mLastIoBeginNs > 0) { // MMAP may not set this in dumpBase_l()973 (long long) (systemTime() - mLastIoBeginNs) / NANOS_PER_MILLISECOND); in dumpBase_l()4132 mLastIoBeginNs = lastIoBeginNs; in threadLoop()4371 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = mLastIoBeginNs == -1 in collectTimestamps_l()4372 ? systemTime() : mLastIoBeginNs; in collectTimestamps_l()8044 mLastIoBeginNs = lastIoBeginNs; in threadLoop()
687 int64_t mLastIoBeginNs = -1; variable