Home
last modified time | relevance | path

Searched refs:qemu_coroutine_entered (Results 1 – 7 of 7) sorted by relevance

/qemu/tests/unit/
H A Dtest-coroutine.c62 g_assert(qemu_coroutine_entered(caller)); in verify_entered_step_2()
63 g_assert(qemu_coroutine_entered(qemu_coroutine_self())); in verify_entered_step_2()
67 g_assert(qemu_coroutine_entered(caller)); in verify_entered_step_2()
68 g_assert(qemu_coroutine_entered(qemu_coroutine_self())); in verify_entered_step_2()
76 g_assert(qemu_coroutine_entered(self)); in verify_entered_step_1()
79 g_assert(!qemu_coroutine_entered(coroutine)); in verify_entered_step_1()
81 g_assert(!qemu_coroutine_entered(coroutine)); in verify_entered_step_1()
90 g_assert(!qemu_coroutine_entered(coroutine)); in test_entered()
/qemu/include/qemu/
H A Dcoroutine-core.h134 bool qemu_coroutine_entered(Coroutine *co);
/qemu/util/
H A Dqemu-coroutine.c321 if (!qemu_coroutine_entered(co)) { in qemu_coroutine_enter_if_inactive()
342 bool qemu_coroutine_entered(Coroutine *co) in qemu_coroutine_entered() function
/qemu/block/
H A Dio_uring.c219 if (!qemu_coroutine_entered(luringcb->co)) { in luring_process_completions()
H A Dlinux-aio.c108 if (!qemu_coroutine_entered(laiocb->co)) { in qemu_laio_process_completion()
/qemu/hw/9pfs/
H A Dxen-9p-backend.c312 wait = ring->co != NULL && qemu_coroutine_entered(ring->co); in xen_9pfs_bh()
/qemu/nbd/
H A Dserver.c774 if (!qemu_coroutine_entered(data->co)) { in nbd_server_tls_handshake()