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