Home
last modified time | relevance | path

Searched defs:QEMUTimerList (Results 1 – 3 of 3) sorted by relevance

/qemu/tests/unit/
H A Dptimer-test.h18 struct QEMUTimerList { struct
19 QEMUTimer active_timers;
/qemu/util/
H A Dqemu-timer.c67 struct QEMUTimerList { struct
71 QLIST_ENTRY(QEMUTimerList) list; argument
72 QEMUTimerListNotifyCB *notify_cb; argument
73 void *notify_opaque;
97 QEMUTimerList *timerlist_new(QEMUClockType type, in timerlist_new() argument
/qemu/include/qemu/
H A Dtimer.h75 typedef struct QEMUTimerList QEMUTimerList; typedef