Searched defs:QEMUTimerList (Results 1 – 3 of 3) sorted by relevance
18 struct QEMUTimerList { struct19 QEMUTimer active_timers;
66 struct QEMUTimerList { struct70 QLIST_ENTRY(QEMUTimerList) list; argument71 QEMUTimerListNotifyCB *notify_cb; argument72 void *notify_opaque;96 QEMUTimerList *timerlist_new(QEMUClockType type, in timerlist_new() argument
75 typedef struct QEMUTimerList QEMUTimerList; typedef