Home
last modified time | relevance | path

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

12

/third_party/musl/libc-test/src/api/
Dsetjmp.c13 T(sigjmp_buf) in f()
14 {void(*p)(sigjmp_buf,int) = siglongjmp;} in f()
16 {int x = sigsetjmp((sigjmp_buf){0}, 0);} in f()
18 {int(*p)(sigjmp_buf,int) = sigsetjmp;} in f()
/third_party/musl/ndk_musl_include/
Dsetjmp.h21 typedef jmp_buf sigjmp_buf; typedef
22 int sigsetjmp (sigjmp_buf, int);
23 _Noreturn void siglongjmp (sigjmp_buf, int);
/third_party/musl/porting/uniproton/kernel/include/
Dsetjmp.h21 typedef jmp_buf sigjmp_buf; typedef
22 int sigsetjmp (sigjmp_buf, int);
23 _Noreturn void siglongjmp (sigjmp_buf, int);
/third_party/musl/porting/liteos_m/kernel/include/
Dsetjmp.h21 typedef jmp_buf sigjmp_buf; typedef
22 int sigsetjmp (sigjmp_buf, int);
23 _Noreturn void siglongjmp (sigjmp_buf, int);
/third_party/musl/include/
Dsetjmp.h27 typedef jmp_buf sigjmp_buf; typedef
28 int sigsetjmp (sigjmp_buf, int) __setjmp_attr;
29 _Noreturn void siglongjmp (sigjmp_buf, int);
/third_party/curl/
Dbackport-0003-CVE-2023-28320.patch50 -sigjmp_buf curl_jmpenv;
52 +static sigjmp_buf curl_jmpenv;
71 -extern sigjmp_buf curl_jmpenv;
/third_party/libunwind/src/setjmp/
Dsiglongjmp.c56 static void siglongjmp (sigjmp_buf env, int val) UNUSED;
61 siglongjmp (sigjmp_buf env, int val) in siglongjmp()
Dsigsetjmp.c33 sigsetjmp (sigjmp_buf env, int savemask) in sigsetjmp()
/third_party/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;
/third_party/musl/src/signal/
Dsiglongjmp.c6 _Noreturn void siglongjmp(sigjmp_buf buf, int ret) in siglongjmp()
Dsigsetjmp_tail.c5 hidden int __sigsetjmp_tail(sigjmp_buf jb, int ret) in __sigsetjmp_tail()
/third_party/musl/porting/liteos_a/user/src/signal/
Dsiglongjmp.c8 _Noreturn void siglongjmp(sigjmp_buf buf, int ret) in siglongjmp()
/third_party/toybox/
Dtoys.h113 sigjmp_buf *rebound; // siglongjmp here instead of exit when do_rebound
/third_party/toybox/porting/liteos_a/
Dtoys.h119 sigjmp_buf *rebound; // siglongjmp here instead of exit when do_rebound
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
Dmemtoy.h49 sigjmp_buf sigjmp_env; /* embedded setjmp buffer */
/third_party/musl/src/signal/mips64/
Dsigsetjmp.s26 move $4, $16 # Restore the pointer-to-sigjmp_buf
/third_party/musl/src/signal/mipsn32/
Dsigsetjmp.s26 move $4, $16 # Restore the pointer-to-sigjmp_buf
/third_party/ltp/testcases/kernel/syscalls/ipc/shmdt/
Dshmdt01.c76 sigjmp_buf env;
/third_party/ltp/testcases/kernel/mce-test/tsrc/
Dtprctl.c31 sigjmp_buf recover_ctx;
/third_party/musl/libc-test/src/functional/
Dsetjmp.c12 sigjmp_buf sjb; in main()
/third_party/ltp/testcases/kernel/syscalls/mmap/
Dmmap13.c53 static sigjmp_buf env;
Dmmap05.c61 static sigjmp_buf env;
Dmmap03.c65 static sigjmp_buf env;
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmdt/
Dhugeshmdt01.c40 static sigjmp_buf env;

12