mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-03-10 02:20:07 +01:00
Add section on thread and signal safety.
(Logical change 1.60)
This commit is contained in:
parent
e77ab65264
commit
1c48aa0448
1 changed files with 5 additions and 0 deletions
|
@ -66,6 +66,11 @@ For local unwinding, \Func{unw\_resume}() does not return on success.
|
||||||
For remote unwinding, it returns 0 on success. On failure, the
|
For remote unwinding, it returns 0 on success. On failure, the
|
||||||
negative value of one of the errors below is returned.
|
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.
|
||||||
|
|
||||||
\section{Errors}
|
\section{Errors}
|
||||||
|
|
||||||
\begin{Description}
|
\begin{Description}
|
||||||
|
|
Loading…
Add table
Reference in a new issue