Home
last modified time | relevance | path

Searched refs:sigjmp_buf (Results 1 – 25 of 33) 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/syslinux/com32/include/
Dsetjmp.h23 typedef jmp_buf sigjmp_buf; typedef
/external/valgrind/helgrind/tests/
Dsafe-semaphore.h7 static sigjmp_buf env;
Dsafe-pthread.h7 static sigjmp_buf env;
/external/ltp/testcases/kernel/syscalls/switch/
Dendian_switch01.c92 sigjmp_buf jb;
/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;
/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/compiler-rt/test/esan/TestCases/
Dworkingset-signal-posix.cpp11 sigjmp_buf mark;
/external/ltp/testcases/kernel/syscalls/ipc/shmdt/
Dshmdt01.c76 sigjmp_buf env;
/external/ltp/testcases/kernel/mem/hugetlb/hugeshmdt/
Dhugeshmdt01.c73 static sigjmp_buf env;
/external/curl/lib/
Dhostip.h206 extern sigjmp_buf curl_jmpenv;
/external/ltp/testcases/kernel/syscalls/write/
Dwrite04.c66 static sigjmp_buf jmp;
/external/valgrind/none/tests/
Dfaultstatus.c55 static sigjmp_buf escape;
/external/ltp/testcases/kernel/syscalls/mprotect/
Dmprotect04.c57 static sigjmp_buf env;
/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()

12