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

/external/valgrind/main/coregrind/
H A Dpub_core_threadstate.h361 Bool sched_jmpbuf_valid; member in struct:__anon32745
H A Dm_signals.c1859 if (tst->sched_jmpbuf_valid) {
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c535 VG_(threads)[tid].sched_jmpbuf_valid = False;
680 vg_assert(!_qq_tst->sched_jmpbuf_valid); \
681 _qq_tst->sched_jmpbuf_valid = True; \
686 vg_assert(_qq_tst->sched_jmpbuf_valid); \
687 _qq_tst->sched_jmpbuf_valid = False; \
/external/valgrind/main/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/main/coregrind/m_syswrap/
H A Dsyswrap-main.c2385 vg_assert(tst->sched_jmpbuf_valid);

Completed in 147 milliseconds