raise
In this section:
Source file
riscv\src\lib\runtime\raise.cDeclared in
signal.h
Description
Standard C library function that raises a signal.
C-SPY debug action
Not applicable.
Default implementation
Calls the signal handler for the raised signal, or terminates with call to __exit(EXIT_FAILURE).