Searched refs:time_next_task_us (Results 1 – 2 of 2) sorted by relevance
47 uint64_t time_next_task_us = time_now_us + period.InMicroseconds(); in SchedulePeriodic() local54 expected_time_next_task_us_ = time_next_task_us; in SchedulePeriodic()60 uint64_t time_until_next_us = time_next_task_us - time_get_os_boottime_us(); in SchedulePeriodic()
39 uint64_t time_next_task_us = time_now_us + delay.InMicroseconds(); in Schedule() local51 uint64_t time_until_next_us = time_next_task_us - time_get_os_boottime_us(); in Schedule()