Searched refs:ADJUST_US (Results 1 – 1 of 1) sorted by relevance
32 constexpr int64_t ADJUST_US = 500; variable184 if (nextJobUs > (nowUs + ADJUST_US)) { in Run()185 syncCond_.WaitFor(lock, (nextJobUs - nowUs + ADJUST_US) / US_PER_MS); in Run()