Home
last modified time | relevance | path

Searched refs:sigjmp_buf (Results 1 – 25 of 32) sorted by relevance

12

/external/clang/test/CodeGen/
D2003-08-18-SigSetJmp.c4 typedef int sigjmp_buf[_JBLEN + 1]; typedef
5 int sigsetjmp(sigjmp_buf env, int savemask);
6 sigjmp_buf B;
/external/compiler-rt/test/tsan/
Dlongjmp2.cc10 int foo(sigjmp_buf env) { in foo()
16 sigjmp_buf env; in main()
Dsignal_longjmp.cc25 sigjmp_buf fault_jmp;
/external/libunwind/src/setjmp/
Dsiglongjmp.c52 static void siglongjmp (sigjmp_buf env, int val) UNUSED;
57 siglongjmp (sigjmp_buf env, int val) in siglongjmp()
Dsigsetjmp.c33 sigsetjmp (sigjmp_buf env, int savemask) in sigsetjmp()
/external/libunwind/tests/
Dtest-setjmp.c39 static sigjmp_buf sigjbuf;
87 raise_siglongjmp (sigjmp_buf jbuf, int i, int n) in raise_siglongjmp()
98 sigjmp_buf jbuf; in test_sigsetjmp()
Dia64-test-setjmp.c46 static sigjmp_buf env;
/external/toybox/
Dtoys.h112 sigjmp_buf *rebound; // siglongjmp here instead of exit when do_rebound
/external/ltp/testcases/kernel/hotplug/memory_hotplug/
Dmemtoy.h49 sigjmp_buf sigjmp_env; /* embedded setjmp buffer */
/external/linux-kselftest/tools/testing/selftests/x86/
Dsyscall_arg_fault.c42 static sigjmp_buf jmpbuf;
Dmov_ss_trap.c49 sigjmp_buf jmpbuf;
/external/ltp/testcases/kernel/syscalls/ipc/shmdt/
Dshmdt01.c76 sigjmp_buf env;
/external/compiler-rt/test/esan/TestCases/
Dworkingset-signal-posix.cpp11 sigjmp_buf mark;
/external/ltp/testcases/kernel/syscalls/mmap/
Dmmap13.c53 static sigjmp_buf env;
Dmmap05.c61 static sigjmp_buf env;
Dmmap03.c65 static sigjmp_buf env;
/external/ltp/testcases/kernel/mem/hugetlb/hugeshmdt/
Dhugeshmdt01.c52 static sigjmp_buf env;
/external/curl/lib/
Dhostip.h202 extern sigjmp_buf curl_jmpenv;
Dhostip.c288 sigjmp_buf curl_jmpenv;
/external/ltp/testcases/kernel/syscalls/mprotect/
Dmprotect04.c57 static sigjmp_buf env;
/external/toybox/toys/pending/
Dsh.c208 sigjmp_buf rebound; in run_pipeline()
/external/ltp/testcases/kernel/mem/mtest06/
Dshmat1.c93 sigjmp_buf jmpbuf; /* argument to setjmp and longjmp */
/external/compiler-rt/lib/asan/tests/
Dasan_test.cc588 NOINLINE void SigLongJmpFunc1(sigjmp_buf buf) { in SigLongJmpFunc1()
637 static sigjmp_buf buf; in TEST()
/external/toybox/lib/
Dlib.h382 #define WOULD_EXIT(y, x) do { sigjmp_buf _noexit; \
/external/iproute2/misc/
Darpd.c544 sigjmp_buf env;

12