mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-25 08:37:38 +01:00
Clarify that this routine is signal-safe only for the local
address-space. (Logical change 1.200)
This commit is contained in:
parent
7e8488d45d
commit
38fe40cb1a
5 changed files with 14 additions and 10 deletions
|
@ -89,8 +89,9 @@ returned.
|
|||
|
||||
\section{Thread and Signal Safety}
|
||||
|
||||
\Func{unw\_get\_proc\_info}() is thread-safe as well as safe to use
|
||||
from a signal handler.
|
||||
\Func{unw\_get\_proc\_info}() is thread-safe. If cursor \Var{cp} is
|
||||
in the local address-space, this routine is also safe to use from a
|
||||
signal handler.
|
||||
|
||||
\section{Errors}
|
||||
|
||||
|
|
|
@ -55,8 +55,9 @@ below is returned.
|
|||
|
||||
\section{Thread and Signal Safety}
|
||||
|
||||
\Func{unw\_get\_proc\_info}() is thread-safe as well as safe to use
|
||||
from a signal handler.
|
||||
\Func{unw\_get\_proc\_info}() is thread-safe. If the local
|
||||
address-space is passed in argument \Var{as}, this routine is also
|
||||
safe to use from a signal handler.
|
||||
|
||||
\section{Errors}
|
||||
|
||||
|
|
|
@ -46,8 +46,9 @@ returned.
|
|||
|
||||
\section{Thread and Signal Safety}
|
||||
|
||||
\Func{unw\_init\_remote}() is thread-safe as well as safe to use from a
|
||||
signal handler.
|
||||
\Func{unw\_init\_remote}() is thread-safe. If the local address-space
|
||||
is passed in argument \Var{as}, this routine is also safe to use from
|
||||
a signal handler.
|
||||
|
||||
\section{Errors}
|
||||
|
||||
|
|
|
@ -66,8 +66,9 @@ negative value of one of the errors below is returned.
|
|||
|
||||
\section{Thread and Signal Safety}
|
||||
|
||||
\Func{unw\_resume}() is thread-safe as well as safe to use from a
|
||||
signal handler.
|
||||
\Func{unw\_resume}() is thread-safe. If cursor \Var{cp} is in the
|
||||
local address-space, this routine is also safe to use from a signal
|
||||
handler.
|
||||
|
||||
\section{Errors}
|
||||
|
||||
|
|
|
@ -28,8 +28,8 @@ negative value of one of the error-codes below is returned.
|
|||
|
||||
\section{Thread and Signal Safety}
|
||||
|
||||
\Func{unw\_step}() is thread-safe as well as safe to use
|
||||
from a signal handler.
|
||||
\Func{unw\_step}() is thread-safe. If cursor \Var{cp} is in the local
|
||||
address-space, this routine is also safe to use from a signal handler.
|
||||
|
||||
\section{Errors}
|
||||
|
||||
|
|
Loading…
Reference in a new issue