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

/external/qemu/
H A Dasync.c52 struct QEMUBH *first_bh;
76 QEMUBH **bh = opaque;
88 QEMUBH **bh;
118 struct QEMUBH { struct
124 QEMUBH *next;
127 QEMUBH *qemu_bh_new(QEMUBHFunc *cb, void *opaque)
129 QEMUBH *bh;
130 bh = g_malloc0(sizeof(QEMUBH));
140 QEMUBH *bh, **bhp;
168 void qemu_bh_schedule_idle(QEMUBH *b
[all...]
/external/qemu/include/qemu/
H A Dtypedefs.h9 typedef struct QEMUBH QEMUBH; typedef in typeref:struct:QEMUBH

Completed in 1263 milliseconds