Searched refs:INVALID_DELAY_TIME_US (Results 1 – 1 of 1) sorted by relevance
34 constexpr int64_t INVALID_DELAY_TIME_US = 10000000; // 10s variable299 int64_t nextDelay = (!job_) ? INVALID_DELAY_TIME_US : job_(); in HandleJob()