HomeSort by relevance Sort by last modified time
    Searched refs:siglongjmp (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/clang/test/Sema/
builtins-gnu-mode.c 17 int siglongjmp; variable
  /external/compiler-rt/test/tsan/
longjmp2.cc 12 siglongjmp(env, 42);
signal_longjmp.cc 34 siglongjmp(fault_jmp, 1);
  /bionic/tests/headers/posix/
setjmp_h.c 45 FUNCTION(siglongjmp, void (*f)(sigjmp_buf, int));
  /external/libunwind/src/setjmp/
siglongjmp.c 49 so we simply defer to glibc siglongjmp here. */
51 #define siglongjmp __nonworking_siglongjmp macro
52 static void siglongjmp (sigjmp_buf env, int val) UNUSED;
57 siglongjmp (sigjmp_buf env, int val) function
  /external/compiler-rt/test/esan/TestCases/
workingset-signal-posix.cpp 16 siglongjmp(mark, 1);
24 siglongjmp(mark, 1);
  /external/linux-kselftest/tools/testing/selftests/x86/
syscall_arg_fault.c 58 siglongjmp(jmpbuf, 1);
64 siglongjmp(jmpbuf, 1);
iopl.c 42 siglongjmp(jmpbuf, 1);
ioperm.c 52 siglongjmp(jmpbuf, 1);
  /bionic/libc/arch-x86/bionic/
setjmp.S 148 ENTRY(siglongjmp) function
149 __BIONIC_WEAK_ASM_FOR_NATIVE_BRIDGE(siglongjmp)
213 END(siglongjmp)
215 ALIAS_SYMBOL(longjmp, siglongjmp)
217 ALIAS_SYMBOL(_longjmp, siglongjmp)
  /bionic/libc/arch-x86_64/bionic/
setjmp.S 152 // void siglongjmp(sigjmp_buf env, int value);
153 ENTRY(siglongjmp) function
154 __BIONIC_WEAK_ASM_FOR_NATIVE_BRIDGE(siglongjmp)
210 END(siglongjmp)
212 ALIAS_SYMBOL(longjmp, siglongjmp)
214 ALIAS_SYMBOL(_longjmp, siglongjmp)
  /bionic/libc/include/
setjmp.h 78 void siglongjmp(sigjmp_buf __env, int __value)
  /bionic/libc/arch-arm/bionic/
setjmp.S 195 // void siglongjmp(sigjmp_buf env, int value);
196 ENTRY(siglongjmp) function
197 __BIONIC_WEAK_ASM_FOR_NATIVE_BRIDGE(siglongjmp)
268 END(siglongjmp)
270 ALIAS_SYMBOL(longjmp, siglongjmp)
272 ALIAS_SYMBOL(_longjmp, siglongjmp)
  /bionic/tests/
setjmp_test.cpp 50 siglongjmp(jb, 789);
61 siglongjmp(jb, 0xabc);
139 // sigsetjmp(0)/siglongjmp do not save/restore the signal mask.
145 siglongjmp(sjb, 1);
155 // sigsetjmp(1)/siglongjmp does save/restore the signal mask.
161 siglongjmp(sjb, 1);
  /cts/tests/tests/os/jni/
android_os_cts_CpuInstructions.cpp 28 siglongjmp(jmpenv, 1);
android_os_cts_TaggedPointer.cpp 32 siglongjmp(jmpenv, 1);
  /external/libunwind/tests/
test-setjmp.c 24 /* The setjmp()/longjmp(), sigsetjmp()/siglongjmp(). */
92 siglongjmp (jbuf, n);
139 siglongjmp (sigjbuf, 1);
140 printf ("%s: siglongjmp() returned unexpectedly!\n", __FUNCTION__);
195 "FAILURE: siglongjmp() didn't restore signal mask!\n");
199 printf ("OK: siglongjmp() restores signal mask when asked to\n");
204 siglongjmp (sigjbuf, 1);
217 "FAILURE: siglongjmp() changed signal mask!\n");
221 printf ("OK: siglongjmp() leaves signal mask alone when asked to\n");
226 siglongjmp (sigjbuf, 1)
    [all...]
ia64-test-setjmp.c 24 /* Test to verify that we can siglongjmp() into a frame whose register
70 siglongjmp (env, 1);
  /external/ltp/testcases/kernel/syscalls/ipc/shmdt/
shmdt01.c 143 * with the call to siglongjmp() in the signal handler.
146 * and siglongjmp() calls will result in an infinite loop. Program
168 siglongjmp(env, 1);
  /bionic/libc/arch-arm64/bionic/
setjmp.S 190 // void siglongjmp(sigjmp_buf env, int value);
191 ENTRY(siglongjmp) function
192 __BIONIC_WEAK_ASM_FOR_NATIVE_BRIDGE(siglongjmp)
294 END(siglongjmp)
296 ALIAS_SYMBOL(longjmp, siglongjmp)
298 ALIAS_SYMBOL(_longjmp, siglongjmp)
  /external/ltp/testcases/kernel/mem/hugetlb/hugeshmdt/
hugeshmdt01.c 101 * with the call to siglongjmp() in the signal handler.
104 * and siglongjmp() calls will result in an infinite loop. Program
125 siglongjmp(env, 1);
  /external/ltp/testcases/kernel/syscalls/mmap/
mmap13.c 132 siglongjmp(env, 1);
mmap03.c 220 siglongjmp(env, 1);
mmap05.c 103 * siglongjmp() in the signal handler.
194 siglongjmp(env, 1);
  /external/libunwind/doc/
libunwind-setjmp.tex 21 \Type{void} \Func{siglongjmp}(\Type{sigjmp\_buf}~\Var{env}, \Type{int}~\Var{val});\\
60 \Type{sigjmp\_buf} with \Func{sigsetjmp}() and \Func{siglongjmp}().
77 sigsetjmp(3), siglongjmp(3)

Completed in 1123 milliseconds

1 2 3