Home
last modified time | relevance | path

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

/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/simh/
H A Dsim_timer.c261 static void _double_to_timespec (struct timespec *time, double dtime);
506 _double_to_timespec (&now, rtc_clock_catchup_base_time[tmr]+rtc_calib_tick_time[tmr]); in sim_show_timers()
509 _double_to_timespec (&now, rtc_clock_catchup_base_time[tmr]); in sim_show_timers()
659 static void _double_to_timespec (struct timespec *time, double dtime) in _double_to_timespec() function