Home | History | Annotate | Download | only in qemu

Lines Matching refs:timer

30 #include "qemu-timer.h"
858 QEMUTimer *timer;
922 * timer triggers.
924 qemu_mod_timer(s->timer, qemu_get_clock(rt_clock) + 10);
938 qemu_mod_timer(s->timer, qemu_get_clock(rt_clock) + 1000);
970 qemu_del_timer(s->timer);
971 qemu_free_timer(s->timer);
1013 s->timer = qemu_new_timer(rt_clock, pty_chr_timer, chr);