Initial import
[external/libunwind.git] / doc / _U_dyn_cancel.man
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
11 .fi
12 ..
13 .TH "\\_U\\_DYN\\_CANCEL" "3" "16 August 2007" "Programming Library " "Programming Library "
14 .SH NAME
15 _U_dyn_cancel
16 \-\- cancel unwind\-info for dynamically generated code 
17 .PP
18 .SH SYNOPSIS
19
20 .PP
21 #include <libunwind.h>
22 .br
23 .PP
24 void
25 _U_dyn_cancel(unw_dyn_info_t *di);
26 .br
27 .PP
28 .SH DESCRIPTION
29
30 .PP
31 The _U_dyn_cancel()
32 routine cancels the registration of the 
33 unwind\-info for a dynamically generated procedure. Argument di
34 is the pointer to the unw_dyn_info_t
35 structure that 
36 describes the procedure\&'s unwind\-info. 
37 .PP
38 The _U_dyn_cancel()
39 routine is guaranteed to execute in 
40 constant time (in the absence of contention from concurrent calls to 
41 _U_dyn_register()
42 or _U_dyn_cancel()).
43 .PP
44 .SH THREAD AND SIGNAL SAFETY
45
46 .PP
47 _U_dyn_cancel()
48 is thread\-safe but \fInot\fP
49 safe to use 
50 from a signal handler. 
51 .PP
52 .SH SEE ALSO
53
54 .PP
55 libunwind\-dynamic(3),
56 _U_dyn_register(3)
57 .PP
58 .SH AUTHOR
59
60 .PP
61 David Mosberger\-Tang
62 .br
63 Email: \fBdmosberger@gmail.com\fP
64 .br
65 WWW: \fBhttp://www.nongnu.org/libunwind/\fP\&.
66 .\" NOTE: This file is generated, DO NOT EDIT.