Home
last modified time | relevance | path

Searched refs:goback (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/none/tests/solaris/
Dpthread-stack.c21 static jmp_buf goback; variable
25 longjmp(goback, 1); in sigsegv_handler()
48 if (setjmp(goback)) in child_func()
/external/valgrind/none/tests/linux/
Dpthread-stack.c22 static jmp_buf goback; variable
26 longjmp(goback, 1); in sigsegv_handler()
49 if (setjmp(goback)) { in child_func()
/external/libvncserver/webclients/novnc/include/
Dwebsock.js156 rQwait: function (msg, num, goback) { argument
159 if (goback) {
160 if (this._rQi < goback) {
161 throw new Error("rQwait cannot backup " + goback + " bytes");
163 this._rQi -= goback;
/external/valgrind/memcheck/tests/
Ddescr_belowsp.c61 static jmp_buf goback; variable
65 longjmp(goback, 1); in sigsegv_handler()
110 if (setjmp(goback)) { in child_fn_0()
/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c106 int goback; member
345 sp->goback = sp->goahead = FALSE; in tzload()
554 sp->goback = TRUE; in tzload()
1268 if ((sp->goback && t < sp->ats[0]) || in localsub()