HomeSort by relevance Sort by last modified time
    Searched refs:qemu_new_timer (Results 1 - 2 of 2) sorted by null

  /external/qemu/
qemu-timer.h 44 QEMUTimer *qemu_new_timer(QEMUClock *clock, int scale,
72 return qemu_new_timer(clock, SCALE_NS, cb, opaque);
78 return qemu_new_timer(clock, SCALE_MS, cb, opaque);
qemu-timer.c 528 QEMUTimer *qemu_new_timer(QEMUClock *clock, int scale, function
    [all...]

Completed in 492 milliseconds