Searched refs:start_time (Results 1 – 1 of 1) sorted by relevance
66 unsigned long start_time; in rt_hw_us_delay() local70 start_time = clock_cpu_gettime(); in rt_hw_us_delay()71 end_time = start_time + us * (CPUTIME_TIMER_FREQ / 1000000); in rt_hw_us_delay()
Completed in 4 milliseconds