Query: _u_dyn_cancel
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
_U_DYN_CANCEL(3) Programming Library _U_DYN_CANCEL(3)NAME_U_dyn_cancel -- cancel unwind-info for dynamically generated codeSYNOPSIS#include <libunwind.h> void _U_dyn_cancel(unw_dyn_info_t *di);DESCRIPTIONThe _U_dyn_cancel() routine cancels the registration of the unwind-info for a dynamically generated procedure. Argument di is the pointer to the unw_dyn_info_t structure that describes the procedure's unwind-info. The _U_dyn_cancel() routine is guaranteed to execute in constant time (in the absence of contention from concurrent calls to _U_dyn_regis- ter() or _U_dyn_cancel()).THREAD AND SIGNAL SAFETY_U_dyn_cancel() is thread-safe but not safe to use from a signal handler.SEE ALSOlibunwind-dynamic(3), _U_dyn_register(3)AUTHORDavid Mosberger-Tang Email: dmosberger@gmail.com WWW: http://www.nongnu.org/libunwind/. Programming Library 16 August 2007 _U_DYN_CANCEL(3)
Related Man Pages |
---|
unw_get_accessors(3) - debian |
unw_get_fpreg(3) - debian |
unw_get_proc_info(3) - debian |
unw_getcontext(3) - debian |
unw_set_fpreg(3) - debian |
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
How can I do this in VI editor? |
Is UNIX an open source OS ? |
Find columns in a file based on header and print to new file |