Searched refs:time_accuracy (Results 1 – 1 of 1) sorted by relevance
1002 const nsecs_t time_accuracy = 2e6; // 2 ms of imprecision is ok in threadLoop() local1003 if (work_done_real_time < frame_end_real_time - time_accuracy) { in threadLoop()