Home
last modified time | relevance | path

Searched refs:COROUTINE_ENTER (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dcoroutine_int.h41 COROUTINE_ENTER = 3, enumerator
/openbmc/qemu/util/
H A Dcoroutine-ucontext.c277 siglongjmp(to->env, COROUTINE_ENTER); in terminate_asan()
288 qemu_coroutine_switch(co_->entry_arg, co_, COROUTINE_ENTER); in qemu_coroutine_delete()
H A Dqemu-coroutine.c293 ret = qemu_coroutine_switch(from, to, COROUTINE_ENTER); in qemu_aio_coroutine_enter()