ReactOS 0.4.16-dev-1457-g02ea0aa
|
#include <apitest.h>
#include <pseh/pseh2.h>
#include <setjmp.h>
#include <assert.h>
#include <rtlfuncs.h>
Go to the source code of this file.
Macros | |
#define | CHECK_POINT(number) |
#define | DO_COME(number) ok(s_check_points[number], "CheckPoint #%d: Didn't reach\n", number) |
#define | NEVER_COME(number) |
Functions | |
static void | TEST_setjmp_normal (void) |
static void | TEST_setjmp_return_check (void) |
static void | TEST_longjmp (int value) |
static void | TEST_setjmp_longjmp_integration (void) |
static void | TEST_setjmp_zero_longjmp_check (void) |
START_TEST (setjmp) | |
Variables | |
static jmp_buf | g_jmp_buf |
static INT | s_check_points [16] = { 0 } |
START_TEST | ( | setjmp | ) |
Definition at line 196 of file setjmp.c.
Definition at line 126 of file setjmp.c.
Referenced by TEST_setjmp_longjmp_integration(), and TEST_setjmp_zero_longjmp_check().
Definition at line 133 of file setjmp.c.
Referenced by START_TEST().
Definition at line 18 of file setjmp.c.
Referenced by START_TEST().
Definition at line 103 of file setjmp.c.
Referenced by START_TEST().
Definition at line 156 of file setjmp.c.
Referenced by START_TEST().
|
static |
Definition at line 16 of file setjmp.c.
Referenced by TEST_longjmp(), TEST_setjmp_longjmp_integration(), TEST_setjmp_normal(), TEST_setjmp_return_check(), and TEST_setjmp_zero_longjmp_check().
|
static |
Definition at line 96 of file setjmp.c.
Referenced by START_TEST().