Home
last modified time | relevance | path

Searched refs:setjmp (Results 1 - 25 of 231) sorted by relevance

12345678910

/third_party/libunwind/libunwind/doc/
H A Dlibunwind-setjmp.tex8 \begin{Name}{3}{libunwind-setjmp}{David Mosberger-Tang}{Programming Library}{libunwind-based non-local gotos}libunwind-setjmp -- libunwind-based non-local gotos
13 \File{\#include $<$setjmp.h$>$}\\
16 \Type{int} \Func{setjmp}(\Type{jmp\_buf}~\Var{env});\\
25 The \Prog{unwind-setjmp} library offers a \Prog{libunwind}-based
28 the same name. The main advantage of using the \Prog{unwind-setjmp}
30 \Func{setjmp}() routines is very fast. Typically, just 2 or 3 words
37 that exist between the points where \Func{setjmp}() and
39 \Prog{unwind-setjmp} library is beneficial primarily in applications
40 that frequently call \Func{setjmp}() bu
[all...]
/third_party/mesa3d/src/glx/tests/
H A Dquery_renderer_unittest.cpp25 #include <setjmp.h>
137 if (setjmp(jmp) == 0) { in TEST_F()
196 if (setjmp(jmp) == 0) { in TEST_F()
216 if (setjmp(jmp) == 0) { in TEST_F()
240 if (setjmp(jmp) == 0) { in TEST_F()
263 if (setjmp(jmp) == 0) { in TEST_F()
287 if (setjmp(jmp) == 0) { in TEST_F()
350 if (setjmp(jmp) == 0) { in TEST_F()
373 if (setjmp(jmp) == 0) { in TEST_F()
400 if (setjmp(jm in TEST_F()
[all...]
H A Dquery_renderer_implementation_unittest.cpp25 #include <setjmp.h>
175 if (setjmp(jmp) == 0) { in TEST_F()
211 if (setjmp(jmp) == 0) { in TEST_F()
241 if (setjmp(jmp) == 0) { in TEST_F()
294 if (setjmp(jmp) == 0) { in TEST_F()
/third_party/musl/porting/uniproton/kernel/include/
H A Dsetjmp.h10 #include <bits/setjmp.h>
32 int setjmp (jmp_buf);
35 #define setjmp setjmp macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsetjmp.h10 #include <bits/setjmp.h>
32 int setjmp (jmp_buf);
35 #define setjmp setjmp macro
/third_party/musl/include/
H A Dsetjmp.h10 #include <bits/setjmp.h>
38 int setjmp (jmp_buf) __setjmp_attr;
41 #define setjmp setjmp macro
/third_party/musl/libc-test/src/api/
H A Dsetjmp.c1 #include <setjmp.h>
7 #ifdef setjmp in f()
8 {int x = setjmp((jmp_buf){0});} in f()
10 {int(*p)(jmp_buf) = setjmp;} in f()
/third_party/musl/src/setjmp/powerpc64/
H A Dsetjmp.s3 .global setjmp
6 .type setjmp,@function
9 setjmp: label
15 .localentry setjmp,.-setjmp
20 # same as normal setjmp, except TOC pointer to save is provided in r5.
/third_party/musl/src/setjmp/s390x/
H A Dsetjmp.s5 .global setjmp
8 .type setjmp,@function
12 setjmp: label
/third_party/musl/src/setjmp/mipsn32/
H A Dsetjmp.S4 .global setjmp
7 .type setjmp,@function
10 setjmp: label
/third_party/musl/src/setjmp/mips/
H A Dsetjmp.S5 .global setjmp
8 .type setjmp,@function
11 setjmp: label
/third_party/musl/src/setjmp/mips64/
H A Dsetjmp.S4 .global setjmp
7 .type setjmp,@function
10 setjmp: label
/third_party/musl/src/setjmp/m68k/
H A Dsetjmp.s5 .global setjmp
8 .type setjmp,@function
12 setjmp: label
/third_party/musl/src/setjmp/i386/
H A Dsetjmp.s5 .global setjmp
8 .type setjmp,@function
12 setjmp: label
/third_party/musl/src/setjmp/x86_64/
H A Dsetjmp.s4 .global setjmp
7 .type setjmp,@function
10 setjmp: label
/third_party/musl/src/setjmp/x32/
H A Dsetjmp.s4 .global setjmp
7 .type setjmp,@function
10 setjmp: label
/third_party/musl/src/setjmp/or1k/
H A Dsetjmp.s5 .global setjmp
8 .type setjmp,@function
12 setjmp: label
/third_party/musl/src/setjmp/aarch64/
H A Dsetjmp.s3 .global setjmp
6 .type setjmp,@function
9 setjmp: label
/third_party/musl/src/setjmp/microblaze/
H A Dsetjmp.s5 .global setjmp
8 .type setjmp,@function
12 setjmp: label
/third_party/musl/src/setjmp/powerpc/
H A Dsetjmp.S5 .global setjmp
8 .type setjmp,@function
12 setjmp: label
/third_party/musl/src/setjmp/riscv64/
H A Dsetjmp.S3 .global setjmp
6 .type setjmp, %function
9 setjmp: label
/third_party/musl/src/setjmp/riscv32/
H A Dsetjmp.S3 .global setjmp
6 .type setjmp, %function
9 setjmp: label
/third_party/musl/src/signal/mipsn32/
H A Dsigsetjmp.s12 # sigsetjmp is equal to setjmp.
21 lw $25, %got_disp(setjmp)($3)
25 move $5, $2 # Return from 'setjmp' or 'longjmp'
36 lw $25, %got_disp(setjmp)($3)
/third_party/musl/src/signal/mips64/
H A Dsigsetjmp.s12 # sigsetjmp is equal to setjmp.
21 ld $25, %got_disp(setjmp)($3)
25 move $5, $2 # Return from 'setjmp' or 'longjmp'
36 ld $25, %got_disp(setjmp)($3)
/third_party/musl/src/setjmp/loongarch64/
H A Dsetjmp.S3 .global setjmp
6 .type setjmp,@function
9 setjmp: label

Completed in 4 milliseconds

12345678910