Home | History | Annotate | Download | only in doc

Lines Matching refs:Func

15 \Type{int} \Func{unw\_resume}(\Type{unw\_cursor\_t~*}\Var{cp});\\
19 The \Func{unw\_resume}() routine resumes execution at the stack frame
23 For local unwinding, \Func{unw\_resume}() restores the machine state
25 \Func{unw\_resume}() does not return in this case. Restoring the
29 \Var{cp} was interrupted by a signal, then \Func{unw\_resume}() will
31 \Func{unw\_resume}() on a cursor which identifies the stack frame of
35 For remote unwinding, \Func{unw\_resume}() installs the machine state
36 identified by the cursor by calling the \Func{access\_reg} and
37 \Func{access\_fpreg} accessor callbacks as needed. Once that is
38 accomplished, the \Func{resume} accessor callback is invoked. The
39 \Func{unw\_resume} routine then returns normally (that is, unlikely
40 for local unwinding, \Func{unw\_resume} will always return for remote
48 \Func{unw\_set\_reg}()), then \Func{unw\_resume}() will install this
53 Note that \Func{unw\_resume}() does \emph{not} invoke any unwind
63 For local unwinding, \Func{unw\_resume}() does not return on success.
69 \Func{unw\_resume}() is thread-safe. If cursor \Var{cp} is in the
77 \item[\Const{UNW\_EBADREG}] A register needed by \Func{unw\_resume}() wasn't