Searched refs:qemu_bh_new_full (Results 1 – 4 of 4) sorted by relevance
| /qemu/include/qemu/ |
| A D | main-loop.h | 389 qemu_bh_new_full((cb), (opaque), (stringify(cb)), guard) 391 qemu_bh_new_full((cb), (opaque), (stringify(cb)), NULL) 392 QEMUBH *qemu_bh_new_full(QEMUBHFunc *cb, void *opaque, const char *name,
|
| /qemu/tests/unit/ |
| A D | ptimer-test-stubs.c | 110 QEMUBH *qemu_bh_new_full(QEMUBHFunc *cb, void *opaque, const char *name, in qemu_bh_new_full() function
|
| /qemu/util/ |
| A D | main-loop.c | 605 QEMUBH *qemu_bh_new_full(QEMUBHFunc *cb, void *opaque, const char *name, in qemu_bh_new_full() function
|
| /qemu/hw/virtio/ |
| A D | virtio.c | 4392 return qemu_bh_new_full(cb, opaque, name, in type_init()
|
Completed in 153 milliseconds