_u_dyn_register(3) debian man page | unix.com

Man Page: _u_dyn_register

Operating Environment: debian

Section: 3

_U_DYN_REGISTER(3)					       Programming Library						_U_DYN_REGISTER(3)

NAME
_U_dyn_register -- register unwind-info for dynamically generated code
SYNOPSIS
#include <libunwind.h> void _U_dyn_register(unw_dyn_info_t *di);
DESCRIPTION
The _U_dyn_register() routine registers unwind-info for a dynamically generated procedure. The procedure's unwind-info is described by a structure of type unw_dyn_info_t (see libunwind-dynamic(3)). A pointer to this structure is passed in argument di. The _U_dyn_register() routine is guaranteed to execute in constant time (in the absence of contention from concurrent calls to _U_dyn_reg- ister() or _U_dyn_cancel()).
THREAD AND SIGNAL SAFETY
_U_dyn_register() is thread-safe but not safe to use from a signal handler.
SEE ALSO
libunwind-dynamic(3), _U_dyn_cancel(3)
AUTHOR
David Mosberger-Tang Email: dmosberger@gmail.com WWW: http://www.nongnu.org/libunwind/. Programming Library 16 August 2007 _U_DYN_REGISTER(3)
Related Man Pages
unw_get_proc_info_by_ip(3) - debian
unw_getcontext(3) - debian
unw_is_signal_frame(3) - debian
unw_set_caching_policy(3) - debian
unw_step(3) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph