Searched refs:lastTimeUs (Results 1 – 1 of 1) sorted by relevance
45 uint64_t lastTimeUs = ~0ULL; in threadFunc() local53 if (lastTimeUs == ~0ULL) { in threadFunc()57 periodUs * ((currentUs - lastTimeUs) / periodUs + 1) + in threadFunc()58 lastTimeUs; in threadFunc()63 lastTimeUs = phasedWaitTimeUs; in threadFunc()