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

  /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/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;
  /external/syslinux/com32/include/
setjmp.h 23 typedef jmp_buf sigjmp_buf; typedef
  /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)

Completed in 69 milliseconds