HomeSort by relevance Sort by last modified time
    Searched defs:QEMUBH (Results 1 - 2 of 2) sorted by null

  /external/qemu/
async.c 52 struct QEMUBH *first_bh;
76 QEMUBH **bh = opaque;
88 QEMUBH **bh;
118 struct QEMUBH {
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 *bh
    [all...]
  /external/qemu/include/qemu/
typedefs.h 9 typedef struct QEMUBH QEMUBH;

Completed in 4272 milliseconds