|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include <_types/_setjmp.h>

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 |
| Class Members | ||
|---|---|---|
| unsigned long | __fl | |
| __jmp_buf | __jb | |
| unsigned long | __ss[128/sizeof(long)] | |
| 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 | |||
| ) |
1.8.15