Searched refs:old_env (Results 1 – 2 of 2) sorted by relevance
158 sigjmp_buf old_env; in qemu_coroutine_new() local173 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()
184 sigjmp_buf old_env; in qemu_coroutine_new() local207 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()