Go to the source code of this file.
Defines | |
| #define | RAISE_ABRT ((raise_type) 0x10) |
| #define | RAISE_FPE ((raise_type) 0x20) |
| #define | RAISE_ILL_INSTR ((raise_type) 0x30) |
| #define | RAISE_ILL_ZERO ((raise_type) 0x31) |
| #define | RAISE_INT ((raise_type) 0x40) |
| #define | RAISE_SEGV_PREF ((raise_type) 0x50) |
| #define | RAISE_SEGV_ABORT ((raise_type) 0x51) |
| #define | RAISE_SEGV_ADDR ((raise_type) 0x52) |
| #define | RAISE_TERM ((raise_type) 0x60) |
| #define | RAISE_STAK ((raise_type) 0x70) |
| #define | RAISE_OSERROR ((raise_type) 0xa0) |
Typedefs | |
| typedef int | raise_type |
Functions | |
| void | raise_signal (raise_type type) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.3