HomeSort by relevance Sort by last modified time
    Searched refs:sigjmp_buf (Results 1 - 25 of 42) 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/tests/headers/posix/
setjmp_h.c 35 TYPE(sigjmp_buf);
39 FUNCTION(siglongjmp, void (*f)(sigjmp_buf, int));
44 FUNCTION(__sigsetjmp, int (*f)(sigjmp_buf, int));
46 FUNCTION(sigsetjmp, int (*f)(sigjmp_buf, int));
  /external/compiler-rt/test/tsan/
longjmp2.cc 10 int foo(sigjmp_buf env) {
16 sigjmp_buf env;
signal_longjmp.cc 25 sigjmp_buf fault_jmp;
  /bionic/libc/include/
setjmp.h 61 typedef long sigjmp_buf[_JBLEN + 1]; typedef
74 int sigsetjmp(sigjmp_buf __env, int __save_signal_mask)
76 void siglongjmp(sigjmp_buf __env, int __value)
  /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/syslinux/com32/include/
setjmp.h 23 typedef jmp_buf sigjmp_buf; typedef
  /toolchain/binutils/binutils-2.27/opcodes/
sysdep.h 64 #define OPCODES_SIGJMP_BUF sigjmp_buf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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/valgrind/helgrind/tests/
safe-semaphore.h 7 static sigjmp_buf env;
safe-pthread.h 7 static sigjmp_buf env;
  /bionic/tests/
setjmp_test.cpp 48 sigjmp_buf jb;
59 sigjmp_buf jb;
140 sigjmp_buf sjb;
156 sigjmp_buf sjb;
  /cts/tests/tests/os/jni/
android_os_cts_CpuInstructions.cpp 24 static sigjmp_buf jmpenv;
android_os_cts_TaggedPointer.cpp 29 static sigjmp_buf jmpenv;
  /external/compiler-rt/test/esan/TestCases/
workingset-signal-posix.cpp 11 sigjmp_buf mark;
  /external/linux-kselftest/tools/testing/selftests/x86/
syscall_arg_fault.c 42 static sigjmp_buf jmpbuf;
  /external/ltp/testcases/kernel/hotplug/memory_hotplug/
memtoy.h 49 sigjmp_buf sigjmp_env; /* embedded setjmp buffer */
  /external/ltp/testcases/kernel/syscalls/ipc/shmdt/
shmdt01.c 76 sigjmp_buf env;
  /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/ltp/testcases/kernel/mem/hugetlb/hugeshmdt/
hugeshmdt01.c 52 static sigjmp_buf env;
  /external/ltp/testcases/kernel/syscalls/mmap/
mmap13.c 53 static sigjmp_buf env;
mmap03.c 65 static sigjmp_buf env;
  /external/curl/lib/
hostip.h 206 extern sigjmp_buf curl_jmpenv;

Completed in 482 milliseconds

1 2