~ubuntu-branches/ubuntu/natty/libunwind/natty

« back to all changes in this revision

Viewing changes to doc/_U_dyn_cancel.man

  • Committer: Bazaar Package Importer
  • Author(s): Matthieu Delahaye
  • Date: 2004-05-28 14:21:39 UTC
  • Revision ID: james.westby@ubuntu.com-20040528142139-jv1eckpdf4t94f3o
Tags: upstream-0.97
ImportĀ upstreamĀ versionĀ 0.97

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
'\" t
 
2
.\" Manual page created with latex2man on Tue Dec  9 16:32:40 PST 2003
 
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" "09 December 2003" "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
Hewlett\-Packard Labs
 
64
.br 
 
65
Palo\-Alto, CA 94304
 
66
.br 
 
67
Email: \fBdavidm@hpl.hp.com\fP
 
68
.br
 
69
WWW: \fBhttp://www.hpl.hp.com/research/linux/libunwind/\fP\&.
 
70
.\" NOTE: This file is generated, DO NOT EDIT.