Searched refs:timeLoopNextNs (Results 1 – 1 of 1) sorted by relevance
4043 nsecs_t timeLoopNextNs = 0; in threadLoop() local4605 timeLoopNextNs += microseconds((nsecs_t)mSleepTimeUs); in threadLoop()4610 nsecs_t deltaNs = timeLoopNextNs - nowNs; in threadLoop()4615 timeLoopNextNs = nowNs + deltaNs; in threadLoop()