Searched refs:sched_jmpbuf_valid (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/coregrind/
H A Dpub_core_threadstate.h349 Bool sched_jmpbuf_valid; member in struct:__anon16234
H A Dm_signals.c1908 if (tst->sched_jmpbuf_valid) {
/external/valgrind/coregrind/m_scheduler/
H A Dscheduler.c532 VG_(threads)[tid].sched_jmpbuf_valid = False;
677 vg_assert(!_qq_tst->sched_jmpbuf_valid); \
678 _qq_tst->sched_jmpbuf_valid = True; \
683 vg_assert(_qq_tst->sched_jmpbuf_valid); \
684 _qq_tst->sched_jmpbuf_valid = False; \
/external/valgrind/coregrind/m_gdbserver/
H A Dm_gdbserver.c667 "sched_jmpbuf_valid %d\n",
670 tst->sched_jmpbuf_valid);
766 if (tst->sched_jmpbuf_valid) {
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-main.c2466 vg_assert(tst->sched_jmpbuf_valid);

Completed in 208 milliseconds