Searched refs:VgTs_Runnable (Results 1 - 11 of 11) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_threadstate.c73 case VgTs_Runnable: return "VgTs_Runnable";
121 tst->status == VgTs_Runnable; // and we're runnable
145 /* Return the number of threads in VgTs_Runnable state */
152 if (VG_(threads)[tid].status == VgTs_Runnable)
H A Dpub_core_threadstate.h61 VgTs_Runnable, /* ready to run */ enumerator in enum:ThreadStatus
412 /* Return the number of threads in VgTs_Runnable state */
H A Dm_signals.c1870 vg_assert(VG_(threads)[tid].status == VgTs_Runnable);
1912 vg_assert(VG_(threads)[tid].status == VgTs_Runnable);
1932 vg_assert(VG_(threads)[tid].status == VgTs_Runnable);
1963 vg_assert(VG_(threads)[tid].status == VgTs_Runnable);
2002 vg_assert(VG_(threads)[tid].status == VgTs_Runnable);
H A Dvgdb-invoker-ptrace.c210 case VgTs_Runnable: return "VgTs_Runnable";
/external/valgrind/main/gdbserver_tests/
H A DmcinfcallWSRU.stderrB.exp33 can only be accepted if the thread is VgTs_Runnable or VgTs_Yielding state
42 can only be accepted if the thread is VgTs_Runnable or VgTs_Yielding state
51 can only be accepted if the thread is VgTs_Runnable or VgTs_Yielding state
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c283 vg_assert(tst->status != VgTs_Runnable);
285 tst->status = VgTs_Runnable;
319 vg_assert(tst->status == VgTs_Runnable);
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c189 case VgTs_Runnable:
/external/valgrind/main/coregrind/m_gdbserver/
H A Dm_gdbserver.c892 case VgTs_Runnable:
H A Dserver.c1067 if (tst->status == VgTs_Runnable || tst->status == VgTs_Yielding) {
1081 "can only be accepted if the thread is VgTs_Runnable or VgTs_Yielding state\n"
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c121 vg_assert(tst->status == VgTs_Runnable);
H A Dsyswrap-linux.c107 vg_assert(tst->status == VgTs_Runnable);

Completed in 789 milliseconds