HomeSort by relevance Sort by last modified time
    Searched defs:sigjmp_buf (Results 51 - 72 of 72) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-17/arch-arm/usr/include/
setjmp.h 46 typedef long sigjmp_buf[_JBLEN + 1]; typedef
58 int sigsetjmp(sigjmp_buf, int);
59 void siglongjmp(sigjmp_buf, int);
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/
setjmp.h 46 typedef long sigjmp_buf[_JBLEN + 1]; typedef
58 int sigsetjmp(sigjmp_buf, int);
59 void siglongjmp(sigjmp_buf, int);
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/
setjmp.h 46 typedef long sigjmp_buf[_JBLEN + 1]; typedef
58 int sigsetjmp(sigjmp_buf, int);
59 void siglongjmp(sigjmp_buf, int);
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
setjmp.h 46 typedef long sigjmp_buf[_JBLEN + 1]; typedef
58 int sigsetjmp(sigjmp_buf, int);
59 void siglongjmp(sigjmp_buf, int);
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
setjmp.h 46 typedef long sigjmp_buf[_JBLEN + 1]; typedef
58 int sigsetjmp(sigjmp_buf, int);
59 void siglongjmp(sigjmp_buf, int);
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
setjmp.h 46 typedef long sigjmp_buf[_JBLEN + 1]; typedef
58 int sigsetjmp(sigjmp_buf, int);
59 void siglongjmp(sigjmp_buf, int);
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/
setjmp.h 46 typedef long sigjmp_buf[_JBLEN + 1]; typedef
58 int sigsetjmp(sigjmp_buf, int);
59 void siglongjmp(sigjmp_buf, int);
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
setjmp.h 46 typedef long sigjmp_buf[_JBLEN + 1]; typedef
57 int sigsetjmp(sigjmp_buf, int);
58 void siglongjmp(sigjmp_buf, int);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/
setjmp.h 46 typedef long sigjmp_buf[_JBLEN + 1]; typedef
58 int sigsetjmp(sigjmp_buf, int);
59 void siglongjmp(sigjmp_buf, int);
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
setjmp.h 46 typedef long sigjmp_buf[_JBLEN + 1]; typedef
57 int sigsetjmp(sigjmp_buf, int);
58 void siglongjmp(sigjmp_buf, int);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/
setjmp.h 46 typedef long sigjmp_buf[_JBLEN + 1]; typedef
58 int sigsetjmp(sigjmp_buf, int);
59 void siglongjmp(sigjmp_buf, int);
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
setjmp.h 46 typedef long sigjmp_buf[_JBLEN + 1]; typedef
57 int sigsetjmp(sigjmp_buf, int);
58 void siglongjmp(sigjmp_buf, int);
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
setjmp.h 46 typedef long sigjmp_buf[_JBLEN + 1]; typedef
58 int sigsetjmp(sigjmp_buf, int);
59 void siglongjmp(sigjmp_buf, int);
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
setjmp.h 46 typedef long sigjmp_buf[_JBLEN + 1]; typedef
58 int sigsetjmp(sigjmp_buf, int);
59 void siglongjmp(sigjmp_buf, int);
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
setjmp.h 46 typedef long sigjmp_buf[_JBLEN + 1]; typedef
58 int sigsetjmp(sigjmp_buf, int);
59 void siglongjmp(sigjmp_buf, int);
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
setjmp.h 46 typedef long sigjmp_buf[_JBLEN + 1]; typedef
58 int sigsetjmp(sigjmp_buf, int);
59 void siglongjmp(sigjmp_buf, int);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
setjmp.h 46 typedef long sigjmp_buf[_JBLEN + 1]; typedef
58 int sigsetjmp(sigjmp_buf, int);
59 void siglongjmp(sigjmp_buf, int);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
setjmp.h 46 typedef long sigjmp_buf[_JBLEN + 1]; typedef
58 int sigsetjmp(sigjmp_buf, int);
59 void siglongjmp(sigjmp_buf, int);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
setjmp.h 46 typedef long sigjmp_buf[_JBLEN + 1]; typedef
58 int sigsetjmp(sigjmp_buf, int);
59 void siglongjmp(sigjmp_buf, int);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
setjmp.h 97 /* Use the same type for `jmp_buf' and `sigjmp_buf'.
100 typedef struct __jmp_buf_tag sigjmp_buf[1]; typedef in typeref:struct:__jmp_buf_tag
110 extern void siglongjmp (sigjmp_buf __env, int __val)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
setjmp.h 97 /* Use the same type for `jmp_buf' and `sigjmp_buf'.
100 typedef struct __jmp_buf_tag sigjmp_buf[1]; typedef in typeref:struct:__jmp_buf_tag
110 extern void siglongjmp (sigjmp_buf __env, int __val)
  /external/qemu/include/sysemu/
os-win32.h 75 #define sigjmp_buf jmp_buf macro

Completed in 1573 milliseconds

1 23