Searched defs:QEMUTimer (Results 1 - 2 of 2) sorted by relevance

/external/qemu/
H A Dqemu-common.h16 typedef struct QEMUTimer QEMUTimer; typedef in typeref:struct:QEMUTimer
H A Dqemu-timer.c64 static QEMUTimer *icount_rt_timer;
65 static QEMUTimer *icount_vm_timer;
191 QEMUTimer *warp_timer;
194 struct QEMUTimer { struct
200 struct QEMUTimer *next;
220 static bool qemu_timer_expired_ns(QEMUTimer *timer_head, int64_t current_time)
428 static QEMUTimer *active_timers[QEMU_NUM_CLOCKS];
528 QEMUTimer *qemu_new_timer(QEMUClock *clock, int scale,
531 QEMUTimer *ts;
533 ts = qemu_mallocz(sizeof(QEMUTimer));
[all...]

Completed in 79 milliseconds