Searched defs:rt_clock (Results 1 - 1 of 1) sorted by last modified time

/external/qemu/
H A Dqemu-timer.c316 qemu_get_clock_ms(rt_clock) + 1000);
424 QEMUClock *rt_clock; variable
453 int64_t clock = qemu_get_clock_ns(rt_clock);
503 vm_clock_warp_start = qemu_get_clock_ns(rt_clock);
518 * rt_clock timer will do this. This avoids that the warps are too
684 rt_clock = qemu_new_clock(QEMU_CLOCK_REALTIME);
739 vm_clock->warp_timer = qemu_new_timer_ns(rt_clock, icount_warp_rt, NULL);
759 icount_rt_timer = qemu_new_timer_ms(rt_clock, icount_adjust_rt, NULL);
761 qemu_get_clock_ms(rt_clock) + 1000);
782 qemu_run_timers(rt_clock);
[all...]

Completed in 73 milliseconds