Go to the source code of this file.
Defines | |
#define | _JBLEN 13 |
Typedefs | |
typedef long | jmp_buf [_JBLEN] |
Functions | |
int | setjmp (jmp_buf) |
void | longjmp (jmp_buf, int) |
int | sc_longjmp (struct sigcontext *sc, jmp_buf buf, int rta) |
|
|
|
|
|
|
|
longjmp to another signal context |
|
|