Embedded Artistry libc
C Standard Library Support for Bare-metal Systems
|
#include <_types/_setjmp.h>
Go to the source code of this file.
Classes | |
struct | __jmp_buf_tag |
Typedefs | |
typedef struct __jmp_buf_tag | jmp_buf[1] |
typedef jmp_buf | sigjmp_buf |
Functions | |
int | sigsetjmp (sigjmp_buf, int) |
void | siglongjmp (sigjmp_buf, int) __attribute__((noreturn)) |
int | _setjmp (jmp_buf) |
int | setjmp (jmp_buf) |
void | _longjmp (jmp_buf, int) __attribute__((noreturn)) |
void | longjmp (jmp_buf, int) __attribute__((noreturn)) |
struct __jmp_buf_tag |
typedef struct __jmp_buf_tag jmp_buf[1] |
typedef jmp_buf sigjmp_buf |
void _longjmp | ( | jmp_buf | , |
int | |||
) |
int _setjmp | ( | jmp_buf | ) |
void longjmp | ( | jmp_buf | , |
int | |||
) |
int setjmp | ( | jmp_buf | ) |
void siglongjmp | ( | sigjmp_buf | , |
int | |||
) |
int sigsetjmp | ( | sigjmp_buf | , |
int | |||
) |