Home | History | Annotate | Download | only in qemu

Lines Matching refs:timer

29 #include "qemu-timer.h"
826 QEMUTimer *timer;
890 * timer triggers.
892 qemu_mod_timer(s->timer, qemu_get_clock(rt_clock) + 10);
906 qemu_mod_timer(s->timer, qemu_get_clock(rt_clock) + 1000);
938 qemu_del_timer(s->timer);
939 qemu_free_timer(s->timer);
980 s->timer = qemu_new_timer(rt_clock, pty_chr_timer, chr);