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 = qemu_mallocz(sizeof(QEMUBH));
140 QEMUBH *bh, **bhp;
168 void qemu_bh_schedule_idle(QEMUBH *bh
    [all...]
qemu-common.h 18 typedef struct QEMUBH QEMUBH;
140 QEMUBH *qemu_bh_new(QEMUBHFunc *cb, void *opaque);
141 void qemu_bh_schedule(QEMUBH *bh);
148 void qemu_bh_schedule_idle(QEMUBH *bh);
149 void qemu_bh_cancel(QEMUBH *bh);
150 void qemu_bh_delete(QEMUBH *bh);

Completed in 34 milliseconds