Searched refs:sigjmp (Results 1 – 2 of 2) sorted by relevance
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 setup60 \Type{sigjmp\_buf} with \Func{sigsetjmp}() and \Func{siglongjmp}().
187 static sigjmp_buf sigjmp; variable656 if (sigsetjmp(sigjmp, 1) == 0) { in handle_events()1490 siglongjmp(sigjmp, 1);1511 siglongjmp(sigjmp, 1);1525 siglongjmp(sigjmp, 1);1560 siglongjmp(sigjmp, 1);