Home
last modified time | relevance | path

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

/qemu/util/
H A Dcoroutine-sigaltstack.c158 sigjmp_buf old_env; in qemu_coroutine_new() local
173 co->base.entry_arg = &old_env; /* stash away our jmp_buf */ in qemu_coroutine_new()
254 if (!sigsetjmp(old_env, 0)) { in qemu_coroutine_new()
H A Dcoroutine-ucontext.c184 sigjmp_buf old_env; in qemu_coroutine_new() local
207 co->base.entry_arg = &old_env; /* stash away our jmp_buf */ in qemu_coroutine_new()
226 if (!sigsetjmp(old_env, 0)) { in qemu_coroutine_new()