User`s guide

User Runtime Functions [B]
mta_new_trap1_continuation
mta_new_trap1_continuation_block
mta_delete_trap1_continuation
mta_register_trap1_continuation
mta_unregister_trap1_continuation
mta_update_trap1_value
Creates, deletes, binds, or updates trap 1 continuation. See the
mta_new_trap1_continuation(3) man page.
mta_print_backtrace
Prints the thread's call stack. See the mta_print_backtrace(3)
man page.
mta_probe_location
Probes a memory location to determine whether it can be read or
written. See the mta_probe_location(3) man page.
mta_register_event_filter
Installs a filter function for user-defined event logging. See the
mta_register_event_filter(3) man page.
mta_register_fatal_error_handler
Binds a new fatal error handler. See the
mta_register_fatal_error_handler(3) man page.
mta_register_task_data
Stores thread-specific data used to implement a common task. See
the mta_register_task_data(3) man page.
mta_register_team_exit_fn
mta_unregister_team_exit_fn
Binds or unbinds a team exit function. See the
mta_register_team_exit_fn(3) man page.
mta_register_tertiary_handler
mta_get_tertiary_handler
Binds a new tertiary trap handler or return the current tertiary trap
handler. See the mta_register_tertiary_handler(3) man
page.
mta_report_trap_counters
Sets reporting for trap counter statistics. See the
mta_report_trap_counters(3) man page.
S247920 105