Home
last modified time | relevance | path

Searched refs:start_time (Results 1 – 1 of 1) sorted by relevance

/libcpu/risc-v/common64/
A Dtick.c66 unsigned long start_time; in rt_hw_us_delay() local
70 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