Home
last modified time | relevance | path

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

/Zephyr-latest/boards/native/native_posix/
Dtimer_model.c322 uint64_t current_stime = hwm_get_time(); in hwtimer_adjust_rt_ratio() local
323 int64_t s_diff = current_stime - last_radj_stime; in hwtimer_adjust_rt_ratio()
327 last_radj_stime = current_stime; in hwtimer_adjust_rt_ratio()
334 us_time_to_str(ct, current_stime); in hwtimer_adjust_rt_ratio()
/Zephyr-latest/scripts/native_simulator/native/src/
Dtimer_model.c314 uint64_t current_stime = nsi_hws_get_time(); in hwtimer_adjust_rt_ratio() local
315 int64_t s_diff = current_stime - last_radj_stime; in hwtimer_adjust_rt_ratio()
319 last_radj_stime = current_stime; in hwtimer_adjust_rt_ratio()
326 us_time_to_str(ct, current_stime); in hwtimer_adjust_rt_ratio()