Searched refs:setjmp (Results 1 - 25 of 37) sorted by path

12

/haiku/headers/posix/
H A Dsetjmp.h29 extern int setjmp(jmp_buf jumpBuffer);
/haiku/src/add-ons/translators/jpeg/
H A DJPEGTranslator.h47 #include <setjmp.h>
H A Dbe_jerror.h11 #include <setjmp.h>
/haiku/src/bin/network/telnet/
H A Dcommands.c2508 if (setjmp(peerdied) == 0)
H A Dexterns.h55 #include <setjmp.h>
H A Dmain.c377 if (setjmp(toplevel) != 0)
384 (void)setjmp(toplevel);
/haiku/src/bin/rc/
H A Dcompile.cpp27 #include <setjmp.h>
212 if (setjmp(abort_jmp) == 0) {
/haiku/src/bin/unzip/
H A Dapi.c42 #include <setjmp.h>
572 retcode = setjmp(dll_error_return);
H A Dfileio.c61 # include <setjmp.h>
/haiku/src/libs/libtelnet/
H A Dread_password.c65 #include <setjmp.h>
96 if (setjmp(env))
/haiku/src/system/kernel/lib/arch/generic/
H A Dkernel_longjmp_return.c6 #include <setjmp.h>
/haiku/src/system/libroot/posix/arch/arm/
H A Dsigsetjmp.S20 /* int setjmp(jmp_buf buffer) */
21 FUNCTION(setjmp):
29 FUNCTION_END(setjmp)
31 #pragma weak _setjmp=setjmp
/haiku/src/system/libroot/posix/arch/generic/
H A Dlongjmp_return.c7 #include <setjmp.h>
12 will return to the place where [sig]setjmp() was invoked. It resets
/haiku/src/system/libroot/posix/arch/m68k/
H A Dsigsetjmp.S34 /* int setjmp(jmp_buf buffer) */
35 FUNCTION(setjmp):
44 FUNCTION_END(setjmp)
46 #pragma weak _setjmp=setjmp
/haiku/src/system/libroot/posix/arch/ppc/
H A Dsigsetjmp.S45 /* int setjmp(jmp_buf buffer) */
46 FUNCTION(setjmp):
52 #pragma weak _setjmp=setjmp
/haiku/src/system/libroot/posix/arch/sparc/
H A Dsigsetjmp.S9 /* int setjmp(jmp_buf buffer) */
10 FUNCTION(setjmp):
13 FUNCTION_END(setjmp)
/haiku/src/system/libroot/posix/arch/x86/
H A Dsigsetjmp.S11 * setjmp() and sigsetjmp() are both macros to this function.
44 /* int setjmp(jmp_buf buffer) */
45 FUNCTION(setjmp):
59 FUNCTION_END(setjmp)
62 #pragma weak _setjmp=setjmp
/haiku/src/system/libroot/posix/arch/x86_64/
H A Dsigsetjmp.S28 FUNCTION_END(setjmp)
31 /* int setjmp(jmp_buf buffer) */
32 FUNCTION(setjmp):
37 FUNCTION_END(setjmp)
40 #pragma weak _setjmp=setjmp
/haiku/src/tests/system/libroot/posix/
H A Dpthread_signal_test.cpp3 #include <setjmp.h>
H A Dsetjmp_test.c7 #include <setjmp.h>
17 if ((value = setjmp(state)) != 0) {
H A Dsetjmp_test2.S6 call setjmp
H A Dsigsetjmp_test.c7 #include <setjmp.h>
/haiku/headers/private/kernel/arch/generic/
H A Duser_memory.h12 #include <setjmp.h>
66 auto fail = setjmp(thread_get_current_thread()->fault_handler_state);
/haiku/headers/private/kernel/
H A Dcpu.h12 #include <setjmp.h>
H A Ddebug.h12 #include <setjmp.h>

Completed in 109 milliseconds

12