FFmpeg
Loading...
Searching...
No Matches
longjmp.h File Reference
#include "checkasm_config.h"
#include <setjmp.h>

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
 

Macro Definition Documentation

◆ checkasm_save_context

#define checkasm_save_context ( ctx)
Value:
setjmp(ctx)
static AVFormatContext * ctx
Definition movenc.c:49

Definition at line 67 of file longjmp.h.

Referenced by check_cpu_flag(), and checkasm_perf_init().

◆ checkasm_load_context

#define checkasm_load_context ( ctx)
Value:
longjmp(ctx, 1)

Definition at line 68 of file longjmp.h.

Referenced by checkasm_fail_abort(), interrupt_handler(), and signal_handler().

◆ CHECKASM_HAVE_LONGJMP

#define CHECKASM_HAVE_LONGJMP   1

Definition at line 74 of file longjmp.h.

Typedef Documentation

◆ checkasm_jmp_buf

typedef jmp_buf checkasm_jmp_buf

Definition at line 66 of file longjmp.h.