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

/external/qemu/include/qemu/
H A Dtimer.h57 struct QEMUTimer { struct
62 QEMUTimer *next;
401 * QEMUTimer
418 void timer_init(QEMUTimer *ts,
437 static inline QEMUTimer *timer_new_tl(QEMUTimerList *timer_list,
442 QEMUTimer *ts = g_malloc0(sizeof(QEMUTimer));
459 static inline QEMUTimer *timer_new(QEMUClockType type, int scale,
476 static inline QEMUTimer *timer_new_ns(QEMUClockType type, QEMUTimerCB *cb,
493 static inline QEMUTimer *timer_new_u
[all...]
H A Dtypedefs.h6 typedef struct QEMUTimer QEMUTimer; typedef in typeref:struct:QEMUTimer

Completed in 248 milliseconds