Home
last modified time | relevance | path

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

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