Searched refs:time_until_process (Results 1 – 1 of 1) sorted by relevance
31 const int64_t time_until_process = _periodMs - time_since_process; in TimeUntilProcess() local32 return std::max<int64_t>(time_until_process, 0); in TimeUntilProcess()