Searched refs:mLastTsNanos (Results 1 – 2 of 2) sorted by relevance
53 mLastTsNanos.store(currentRealtimeTsNanos, std::memory_order_relaxed); in noteDrop()111 const int ret = stats_write(STATS_SOCKET_LOSS_REPORTED, mUid, mFirstTsNanos, mLastTsNanos, in dumpAtomsLossStats()121 mLastTsNanos.store(0, std::memory_order_relaxed); in dumpAtomsLossStats()
51 std::atomic_int64_t mLastTsNanos = 0; variable