Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dcoroutine-sigaltstack.c118 CoroutineThreadState *coTS; in coroutine_trampoline() local
121 coTS = coroutine_get_thread_state(); in coroutine_trampoline()
122 self = coTS->tr_handler; in coroutine_trampoline()
123 coTS->tr_called = 1; in coroutine_trampoline()
131 if (!sigsetjmp(coTS->tr_reenter, 0)) { in coroutine_trampoline()
151 CoroutineThreadState *coTS; in qemu_coroutine_new() local
175 coTS = coroutine_get_thread_state(); in qemu_coroutine_new()
176 coTS->tr_handler = co; in qemu_coroutine_new()
216 coTS->tr_called = 0; in qemu_coroutine_new()
220 while (!coTS->tr_called) { in qemu_coroutine_new()
[all …]