Home
last modified time | relevance | path

Searched refs:qemu_bh_new_full (Results 1 – 4 of 4) sorted by relevance

/qemu/include/qemu/
H A Dmain-loop.h412 qemu_bh_new_full((cb), (opaque), (stringify(cb)), guard)
414 qemu_bh_new_full((cb), (opaque), (stringify(cb)), NULL)
415 QEMUBH *qemu_bh_new_full(QEMUBHFunc *cb, void *opaque, const char *name,
/qemu/tests/unit/
H A Dptimer-test-stubs.c110 QEMUBH *qemu_bh_new_full(QEMUBHFunc *cb, void *opaque, const char *name, in qemu_bh_new_full() function
/qemu/util/
H A Dmain-loop.c605 QEMUBH *qemu_bh_new_full(QEMUBHFunc *cb, void *opaque, const char *name, in qemu_bh_new_full() function
/qemu/hw/virtio/
H A Dvirtio.c4408 return qemu_bh_new_full(cb, opaque, name, in type_init()