HomeSort by relevance Sort by last modified time
    Searched refs:sigjmp_buf (Results 26 - 50 of 72) sorted by null

12 3

  /prebuilts/ndk/8/platforms/android-14/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/8/platforms/android-14/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/8/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/8/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/8/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/8/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/8/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/8/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/8/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/ndk/9/platforms/android-14/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-14/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-14/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-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);
  /external/compiler-rt/lib/tsan/lit_tests/
longjmp2.cc 6 int foo(sigjmp_buf env) {
12 sigjmp_buf env;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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)

Completed in 261 milliseconds

12 3