Searched refs:mOldTs (Results 1 – 2 of 2) sorted by relevance
63 mOldTs = newTs; in threadLoop()67 time_t sec = newTs.tv_sec - mOldTs.tv_sec; in threadLoop()68 long nsec = newTs.tv_nsec - mOldTs.tv_nsec; in threadLoop()73 mOldTs = newTs; in threadLoop()
77 struct timespec mOldTs; // monotonic time when threadLoop last ran variable