Searched defs:jumped (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/memcheck/tests/
H A Dbig_blocks_freed_list.c3 static void jumped(void) function
22 if (big[1000] > 0x0) jumped();
23 if (semi_big[1000] > 0x0) jumped();
33 if (big[2000] > 0x0) jumped();
34 if (semi_big[2000] > 0x0) jumped();
41 if (small[10] > 0x0) jumped();
46 if (big[10] > 0x0) jumped();
55 if (small[10] > 0x0) jumped();
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c657 mask state, but does need to pass "val" through. jumped must be a
659 #define SCHEDSETJMP(tid, jumped, stmt) \
663 (jumped) = VG_MINIMAL_SETJMP(_qq_tst->sched_jmpbuf); \
664 if ((jumped) == ((UWord)0)) { \
669 VG_(printf)("SCHEDSETJMP(line %d) tid %d, jumped=%ld\n", \
670 __LINE__, tid, jumped); \
825 volatile HWord jumped = 0; local
909 jumped,
920 if (jumped != (HWord)0) {
999 // signal because the client jumped t
1047 volatile UWord jumped; local
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c4368 volatile Int jumped; local
4379 jumped = VG_MINIMAL_SETJMP(d3rd_jmpbuf);
4380 if (jumped == 0) {

Completed in 129 milliseconds