Searched refs:nextDelay (Results 1 – 1 of 1) sorted by relevance
299 int64_t nextDelay = (!job_) ? INVALID_DELAY_TIME_US : job_(); in HandleJob() local305 topProcessUs_ = GetNowUs() + nextDelay; in HandleJob()