Searched refs:newTs (Results 1 – 2 of 2) sorted by relevance
56 struct timespec newTs; in threadLoop() local57 int rc = clock_gettime(CLOCK_MONOTONIC, &newTs); in threadLoop()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()
207 struct timespec newTs; in threadLoop() local208 int rc = clock_gettime(CLOCK_MONOTONIC, &newTs); in threadLoop()212 time_t sec = newTs.tv_sec - oldTs.tv_sec; in threadLoop()213 long nsec = newTs.tv_nsec - oldTs.tv_nsec; in threadLoop()216 oldTs.tv_sec, oldTs.tv_nsec, newTs.tv_sec, newTs.tv_nsec); in threadLoop()335 oldTs = newTs; in threadLoop()