_U_dyn_cancel.tex 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. \documentclass{article}
  2. \usepackage[fancyhdr,pdf]{latex2man}
  3. \input{common.tex}
  4. \begin{document}
  5. \begin{Name}{3}{\_U\_dyn\_cancel}{David Mosberger-Tang}{Programming Library}{\_U\_dyn\_cancel}\_U\_dyn\_cancel -- cancel unwind-info for dynamically generated code
  6. \end{Name}
  7. \section{Synopsis}
  8. \File{\#include $<$libunwind.h$>$}\\
  9. \Type{void} \Func{\_U\_dyn\_cancel}(\Type{unw\_dyn\_info\_t~*}\Var{di});\\
  10. \section{Description}
  11. The \Func{\_U\_dyn\_cancel}() routine cancels the registration of the
  12. unwind-info for a dynamically generated procedure. Argument \Var{di}
  13. is the pointer to the \Type{unw\_dyn\_info\_t} structure that
  14. describes the procedure's unwind-info.
  15. The \Func{\_U\_dyn\_cancel}() routine is guaranteed to execute in
  16. constant time (in the absence of contention from concurrent calls to
  17. \Func{\_U\_dyn\_register}() or \Func{\_U\_dyn\_cancel}()).
  18. \section{Thread and Signal Safety}
  19. \Func{\_U\_dyn\_cancel}() is thread-safe but \emph{not} safe to use
  20. from a signal handler.
  21. \section{See Also}
  22. \SeeAlso{libunwind-dynamic(3)}, \SeeAlso{\_U\_dyn\_register(3)}
  23. \section{Author}
  24. \noindent
  25. David Mosberger-Tang\\
  26. Email: \Email{dmosberger@gmail.com}\\
  27. WWW: \URL{http://www.nongnu.org/libunwind/}.
  28. \LatexManEnd
  29. \end{document}