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

  /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 61 typedef long sigjmp_buf[_JBLEN + 1]; typedef
76 int sigsetjmp(sigjmp_buf __env, int __save_signal_mask)
78 void siglongjmp(sigjmp_buf __env, int __value)

Completed in 1803 milliseconds