Searched refs:timeLoopNextNs (Results 1 – 1 of 1) sorted by relevance
3697 nsecs_t timeLoopNextNs = 0; in threadLoop() local4204 timeLoopNextNs += microseconds((nsecs_t)mSleepTimeUs); in threadLoop()4209 nsecs_t deltaNs = timeLoopNextNs - nowNs; in threadLoop()4214 timeLoopNextNs = nowNs + deltaNs; in threadLoop()