_U_dyn_cancel.man 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. '\" t
  2. .\" Manual page created with latex2man on Thu Aug 16 09:44:45 MDT 2007
  3. .\" NOTE: This file is generated, DO NOT EDIT.
  4. .de Vb
  5. .ft CW
  6. .nf
  7. ..
  8. .de Ve
  9. .ft R
  10. .fi
  11. ..
  12. .TH "\\_U\\_DYN\\_CANCEL" "3" "16 August 2007" "Programming Library " "Programming Library "
  13. .SH NAME
  14. _U_dyn_cancel
  15. \-\- cancel unwind\-info for dynamically generated code
  16. .PP
  17. .SH SYNOPSIS
  18. .PP
  19. #include <libunwind.h>
  20. .br
  21. .PP
  22. void
  23. _U_dyn_cancel(unw_dyn_info_t *di);
  24. .br
  25. .PP
  26. .SH DESCRIPTION
  27. .PP
  28. The _U_dyn_cancel()
  29. routine cancels the registration of the
  30. unwind\-info for a dynamically generated procedure. Argument di
  31. is the pointer to the unw_dyn_info_t
  32. structure that
  33. describes the procedure\&'s unwind\-info.
  34. .PP
  35. The _U_dyn_cancel()
  36. routine is guaranteed to execute in
  37. constant time (in the absence of contention from concurrent calls to
  38. _U_dyn_register()
  39. or _U_dyn_cancel()).
  40. .PP
  41. .SH THREAD AND SIGNAL SAFETY
  42. .PP
  43. _U_dyn_cancel()
  44. is thread\-safe but \fInot\fP
  45. safe to use
  46. from a signal handler.
  47. .PP
  48. .SH SEE ALSO
  49. .PP
  50. libunwind\-dynamic(3),
  51. _U_dyn_register(3)
  52. .PP
  53. .SH AUTHOR
  54. .PP
  55. David Mosberger\-Tang
  56. .br
  57. Email: \fBdmosberger@gmail.com\fP
  58. .br
  59. WWW: \fBhttp://www.nongnu.org/libunwind/\fP\&.
  60. .\" NOTE: This file is generated, DO NOT EDIT.