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

1 2

  /external/clang/test/CodeGen/
2003-08-18-SigSetJmp.c 4 typedef int sigjmp_buf[_JBLEN + 1]; typedef
5 int sigsetjmp(sigjmp_buf env, int savemask);
6 sigjmp_buf B;
  /bionic/libc/include/
setjmp.h 46 typedef long sigjmp_buf[_JBLEN + 1]; typedef
57 int sigsetjmp(sigjmp_buf, int);
58 void siglongjmp(sigjmp_buf, int);
  /development/ndk/platforms/android-3/include/
setjmp.h 46 typedef long sigjmp_buf[_JBLEN + 1]; typedef
58 int sigsetjmp(sigjmp_buf, int);
59 void siglongjmp(sigjmp_buf, int);
  /development/ndk/platforms/android-L/include/
setjmp.h 46 typedef long sigjmp_buf[_JBLEN + 1]; typedef
57 int sigsetjmp(sigjmp_buf, int);
58 void siglongjmp(sigjmp_buf, int);
  /external/compiler-rt/test/tsan/
longjmp2.cc 6 int foo(sigjmp_buf env) {
12 sigjmp_buf env;
  /external/libunwind/src/setjmp/
sigsetjmp.c 33 sigsetjmp (sigjmp_buf env, int savemask)
siglongjmp.c 52 static void siglongjmp (sigjmp_buf env, int val) UNUSED;
57 siglongjmp (sigjmp_buf env, int val)
  /external/openssl/crypto/
s390xcap.c 9 static sigjmp_buf ill_jmp;
armcap.c 14 static sigjmp_buf ill_jmp;
sparcv9cap.c 165 static sigjmp_buf common_jmp;
  /cts/tests/tests/os/jni/
android_os_cts_CpuInstructions.cpp 23 static sigjmp_buf jmpenv;
android_os_cts_TaggedPointer.cpp 29 static sigjmp_buf jmpenv;
  /external/libunwind/tests/
ia64-test-setjmp.c 46 static sigjmp_buf env;
test-setjmp.c 39 static sigjmp_buf sigjbuf;
87 raise_siglongjmp (sigjmp_buf jbuf, int i, int n)
98 sigjmp_buf jbuf;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
vsnprintf.c 55 static sigjmp_buf bail;
  /external/mesa3d/src/mesa/main/
vsnprintf.c 55 static sigjmp_buf bail;
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_openbsd.h 85 #define PR_CONTEXT_TYPE sigjmp_buf
_scoos.h 80 #define PR_CONTEXT_TYPE sigjmp_buf
_freebsd.h 106 #define PR_CONTEXT_TYPE sigjmp_buf
_netbsd.h 94 #define PR_CONTEXT_TYPE sigjmp_buf
_linux.h 163 #define PR_CONTEXT_TYPE sigjmp_buf
219 * On the m68k, glibc still uses the old style sigjmp_buf, even
  /external/flac/libFLAC/
cpu.c 58 static sigjmp_buf jmpbuf;
  /external/compiler-rt/lib/asan/tests/
asan_test.cc 594 NOINLINE void SigLongJmpFunc1(sigjmp_buf buf) {
630 static sigjmp_buf buf;
    [all...]
  /external/iproute2/misc/
arpd.c 548 sigjmp_buf env;
  /external/mksh/src/
main.c 113 sigjmp_buf jbuf;
    [all...]

Completed in 1139 milliseconds

1 2