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

  /external/libunwind/doc/
libunwind-setjmp.tex 20 \Type{int} \Func{sigsetjmp}(\Type{sigjmp\_buf}~\Var{env}, \Type{int}~\Var{savemask});\\
21 \Type{void} \Func{siglongjmp}(\Type{sigjmp\_buf}~\Var{env}, \Type{int}~\Var{val});\\
54 \item The contents of \Type{jmp\_buf} and \Type{sigjmp\_buf} as setup
60 \Type{sigjmp\_buf} with \Func{sigsetjmp}() and \Func{siglongjmp}().
  /external/ppp/pppd/
main.c 185 static sigjmp_buf sigjmp; variable
653 if (sigsetjmp(sigjmp, 1) == 0) {
    [all...]

Completed in 150 milliseconds