Lines Matching refs:setjmp
8 \begin{Name}{3}{libunwind-setjmp}{David Mosberger-Tang}{Programming Library}{libunwind-based non-lo…
13 \File{\#include $<$setjmp.h$>$}\\
16 \Type{int} \Func{setjmp}(\Type{jmp\_buf}~\Var{env});\\
25 The \Prog{unwind-setjmp} library offers a \Prog{libunwind}-based
28 the same name. The main advantage of using the \Prog{unwind-setjmp}
30 \Func{setjmp}() routines is very fast. Typically, just 2 or 3 words
37 that exist between the points where \Func{setjmp}() and
39 \Prog{unwind-setjmp} library is beneficial primarily in applications
40 that frequently call \Func{setjmp}() but only rarely call
57 by the libunwind-based \Func{setjmp}()/\Func{\_setjmp} may only be
66 \item[\Opt{-l}\File{unwind-setjmp}] The library an application should
75 setjmp(3), longjmp(3),