Home
last modified time | relevance | path

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

/qemu/include/sysemu/
H A Dos-win32.h62 #undef setjmp
71 #define setjmp(env) __mingw_setjmp(env) macro
80 # undef setjmp
81 # define setjmp(env) _setjmp(env, NULL)
89 #define sigsetjmp(env, savemask) setjmp(env)
/qemu/tests/tcg/i386/
H A Dtest-i386.c1771 if (setjmp(jmp_env) == 0) { in test_exceptions()
1779 if (setjmp(jmp_env) == 0) { in test_exceptions()
1789 if (setjmp(jmp_env) == 0) { in test_exceptions()
1793 if (setjmp(jmp_env) == 0) { in test_exceptions()
1822 if (setjmp(jmp_env) == 0) { in test_exceptions()
1832 if (setjmp(jmp_env) == 0) { in test_exceptions()
1840 if (setjmp(jmp_env) == 0) { in test_exceptions()
1845 if (setjmp(jmp_env) == 0) { in test_exceptions()
1851 if (setjmp(jmp_env) == 0) { in test_exceptions()
1854 if (setjmp(jmp_env) == 0) { in test_exceptions()
[all …]
/qemu/tests/tcg/hexagon/
H A Dhex_sigsegv.c66 if (setjmp(jmp_env) == 0) { in main()
H A Dmem_noshuf_exception.c78 if (setjmp(jmp_env) == 0) { in main()
H A Doverflow.c143 if (setjmp(jmp_env) == 0) { in main()
/qemu/tests/tcg/multiarch/linux/
H A Dlinux-test.c491 if (setjmp(jmp_env) == 0) { in test_signal()