HomeSort by relevance Sort by last modified time
    Searched full:sigsetjmp (Results 1 - 25 of 148) sorted by null

1 2 3 4 5 6

  /ndk/tests/device/issue19851-sigsetjmp/jni/
Android.mk 4 LOCAL_MODULE := issue19851-sigsetjmp
5 LOCAL_SRC_FILES := issue19851-sigsetjmp.c
issue19851-sigsetjmp.c 69 if ((code = sigsetjmp(sbuf, 1)) == 0)
  /external/clang/test/CodeGen/
2003-08-18-SigSetJmp.c 5 int sigsetjmp(sigjmp_buf env, int savemask);
8 sigsetjmp(B, 1);
  /bionic/libc/arch-arm/bionic/
sigsetjmp.S 1 /* $OpenBSD: sigsetjmp.S,v 1.2 2004/02/01 05:40:52 drahn Exp $ */
2 /* $NetBSD: sigsetjmp.S,v 1.3 2002/08/17 19:54:30 thorpej Exp $ */
42 * C library -- sigsetjmp, siglongjmp
51 ENTRY(sigsetjmp) function
55 END(sigsetjmp)
  /bionic/libc/arch-mips/bionic/
sigsetjmp.S 1 /* $OpenBSD: sigsetjmp.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */
39 * trampolines for sigsetjmp and siglongjmp save and restore mask.
45 LEAF(sigsetjmp, FRAMESZ)
47 SETUP_GP64(GPOFF, sigsetjmp)
60 END(sigsetjmp)
  /development/ndk/sources/android/libportable/arch-mips/
sigsetjmp.S 1 /* Derived from: $OpenBSD: sigsetjmp.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */
41 * trampolines for sigsetjmp and siglongjmp save and restore mask.
46 LEAF(WRAP(sigsetjmp), FRAMESZ)
48 SETUP_GP64(GPOFF, sigsetjmp)
61 END(WRAP(sigsetjmp))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
setjmp.h 59 This is the internal name for `sigsetjmp'. */
72 saves the signal mask like `sigsetjmp (ENV, 1)'. We have to
104 # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask) macro
107 sigsetjmp call there return VAL, or 1 if VAL is 0.
108 Restore the signal mask if that sigsetjmp call saved it.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
setjmp.h 59 This is the internal name for `sigsetjmp'. */
72 saves the signal mask like `sigsetjmp (ENV, 1)'. We have to
104 # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask) macro
107 sigsetjmp call there return VAL, or 1 if VAL is 0.
108 Restore the signal mask if that sigsetjmp call saved it.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
setjmp.h 59 This is the internal name for `sigsetjmp'. */
72 saves the signal mask like `sigsetjmp (ENV, 1)'. We have to
104 # define sigsetjmp(env, savemask) __sigsetjmp (env, savemask) macro
107 sigsetjmp call there return VAL, or 1 if VAL is 0.
108 Restore the signal mask if that sigsetjmp call saved it.
  /bionic/libc/arch-mips/
mips.mk 16 arch-mips/bionic/sigsetjmp.S \
  /bionic/libc/arch-x86/
x86.mk 10 arch-x86/bionic/sigsetjmp.S \
  /external/openssl/crypto/
s390xcap.c 32 if (sigsetjmp(ill_jmp,1) == 0)
sparcv9cap.c 205 if (sigsetjmp(common_jmp,1) == 0)
211 if (sigsetjmp(common_jmp,1) == 0)
225 if (sigsetjmp(common_jmp,1) == 0)
  /bionic/libc/arch-x86/bionic/
sigsetjmp.S 1 /* $OpenBSD: sigsetjmp.S,v 1.7 2005/08/07 11:30:38 espie Exp $ */
36 ENTRY(sigsetjmp) function
64 END(sigsetjmp)
  /bionic/libc/arch-arm/
arm.mk 16 arch-arm/bionic/sigsetjmp.S \
  /bionic/libc/include/
setjmp.h 58 int sigsetjmp(sigjmp_buf, int);
  /development/ndk/platforms/android-3/include/
setjmp.h 58 int sigsetjmp(sigjmp_buf, int);
  /external/valgrind/main/none/tests/amd64/
faultstatus.c 127 if (sigsetjmp(escape, 1) == 0) {
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
setjmp.h 58 int sigsetjmp(sigjmp_buf, int);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
setjmp.h 58 int sigsetjmp(sigjmp_buf, int);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
setjmp.h 58 int sigsetjmp(sigjmp_buf, int);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
setjmp.h 58 int sigsetjmp(sigjmp_buf, int);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
setjmp.h 58 int sigsetjmp(sigjmp_buf, int);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
setjmp.h 58 int sigsetjmp(sigjmp_buf, int);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
setjmp.h 58 int sigsetjmp(sigjmp_buf, int);

Completed in 2062 milliseconds

1 2 3 4 5 6