RTEMS 6.1-rc4
|
AArch64 machine exception to POSIX signal mapping. More...
#include <pthread.h>
#include <signal.h>
#include <rtems/score/exception.h>
#include <rtems/score/thread.h>
#include <rtems/score/threadimpl.h>
Functions | |
void | _Exception_Raise_signal (Internal_errors_Source source, bool always_set_to_false, Internal_errors_t code) |
Handle an exception frame for the purpose of mapping signals. | |
AArch64 machine exception to POSIX signal mapping.
void _Exception_Raise_signal | ( | Internal_errors_Source | source, |
bool | always_set_to_false, | ||
Internal_errors_t | code | ||
) |
Handle an exception frame for the purpose of mapping signals.
See CONFIGURE_EXCEPTION_TO_SIGNAL_MAPPING documentation in the "RTEMS Classic API Guide".