|
FFmpeg
|
Go to the source code of this file.
Macros | |
| #define | checkasm_save_context(ctx) |
| #define | checkasm_load_context(ctx) |
| #define | CHECKASM_HAVE_LONGJMP 1 |
Typedefs | |
| typedef jmp_buf | checkasm_jmp_buf |
| #define checkasm_save_context | ( | ctx | ) |
Definition at line 67 of file longjmp.h.
Referenced by check_cpu_flag(), and checkasm_perf_init().
| #define checkasm_load_context | ( | ctx | ) |
Definition at line 68 of file longjmp.h.
Referenced by checkasm_fail_abort(), interrupt_handler(), and signal_handler().
| typedef jmp_buf checkasm_jmp_buf |