Searched refs:timeAccuracy (Results 1 – 1 of 1) sorted by relevance
380 const nsecs_t timeAccuracy = 2e6; // 2 ms of imprecision is ok in threadLoop() local381 if (workDoneRealTime < frameEndRealTime - timeAccuracy) { in threadLoop()