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

/vbox/src/recompiler/
H A Dqemu-common.h65 typedef struct QEMUBH QEMUBH; typedef in typeref:struct:QEMUBH
159 QEMUBH *qemu_bh_new(QEMUBHFunc *cb, void *opaque);
160 void qemu_bh_schedule(QEMUBH *bh);
167 void qemu_bh_schedule_idle(QEMUBH *bh);
168 void qemu_bh_cancel(QEMUBH *bh);
169 void qemu_bh_delete(QEMUBH *bh);

Completed in 43 milliseconds