Searched refs:time_now_us (Results 1 – 2 of 2) sorted by relevance
46 uint64_t time_now_us = time_get_os_boottime_us(); in SchedulePeriodic() local47 uint64_t time_next_task_us = time_now_us + period.InMicroseconds(); in SchedulePeriodic()136 uint64_t time_now_us = time_get_os_boottime_us(); in RunTask() local137 int64_t remaining_time_us = expected_time_next_task_us_ - time_now_us; in RunTask()
38 uint64_t time_now_us = time_get_os_boottime_us(); in Schedule() local39 uint64_t time_next_task_us = time_now_us + delay.InMicroseconds(); in Schedule()