1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-05-18 19:25:16 +02:00

Clarify that this routine is signal-safe only for the local

address-space.

(Logical change 1.200)
This commit is contained in:
mostang.com!davidm 2004-03-31 07:42:38 +00:00
parent 7e8488d45d
commit 38fe40cb1a
5 changed files with 14 additions and 10 deletions

View file

@ -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}

View file

@ -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}

View file

@ -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}

View file

@ -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}

View file

@ -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}