Searched refs:longjmp (Results 1 - 10 of 10) sorted by relevance

/system/extras/tests/bionic/libstdc++/
H A Dtest_csetjmp.cpp43 #ifdef longjmp
44 #error "longjmp must not be a macro"
51 using std::longjmp;
/system/extras/tests/bionic/libc/bionic/
H A Dtest_setjmp.c53 longjmp(jumper, 1);
71 longjmp(jumper, 1);
/system/core/sh/
H A Derror.h116 #define longjmp(jmploc, val) _longjmp(jmploc, val) macro
H A Derror.c79 * just do a longjmp to the exception handler. The type of exception is
89 longjmp(handler->loc, 1);
H A Dhistedit.c235 /* Avoid longjmp clobbering */
300 longjmp(handler->loc, 1);
H A Deval.c699 /* Avoid longjmp clobbering */
948 longjmp(handler->loc, 1);
H A Dparser.c925 /* Avoid longjmp clobbering */
1384 longjmp(handler->loc, 1);
/system/extras/tests/bionic/libc/glibc/assert/
H A Dtest-assert.c20 longjmp (rec, 1); /* recover control */
/system/extras/ext4_utils/
H A Dext4_utils.h59 #define error(fmt, args...) do { fprintf(stderr, "error: %s: " fmt "\n", __func__, ## args); if (!force) longjmp(setjmp_env, EXIT_FAILURE); } while (0)
61 #define critical_error(fmt, args...) do { fprintf(stderr, "critical error: %s: " fmt "\n", __func__, ## args); longjmp(setjmp_env, EXIT_FAILURE); } while (0)
/system/extras/tests/bionic/libc/other/
H A Dtest_jpeg.c132 longjmp(error->jumper, -1);

Completed in 118 milliseconds