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

/external/valgrind/coregrind/
H A Dm_threadstate.c82 case VgTs_Runnable: return "VgTs_Runnable";
130 tst->status == VgTs_Runnable; // and we're runnable
154 /* Return the number of threads in VgTs_Runnable state */
161 if (VG_(threads)[tid].status == VgTs_Runnable)
H A Dpub_core_threadstate.h64 VgTs_Runnable, /* ready to run */ enumerator in enum:ThreadStatus
400 /* Return the number of threads in VgTs_Runnable state */
H A Dm_signals.c1919 vg_assert(VG_(threads)[tid].status == VgTs_Runnable);
1961 vg_assert(VG_(threads)[tid].status == VgTs_Runnable);
1981 vg_assert(VG_(threads)[tid].status == VgTs_Runnable);
2012 vg_assert(VG_(threads)[tid].status == VgTs_Runnable);
2051 vg_assert(VG_(threads)[tid].status == VgTs_Runnable);
H A Dvgdb-invoker-ptrace.c206 case VgTs_Runnable: return "VgTs_Runnable";
/external/valgrind/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/coregrind/m_scheduler/
H A Dscheduler.c282 vg_assert(tst->status != VgTs_Runnable);
284 tst->status = VgTs_Runnable;
317 vg_assert(tst->status == VgTs_Runnable);
/external/valgrind/coregrind/m_coredump/
H A Dcoredump-elf.c190 case VgTs_Runnable:
/external/valgrind/coregrind/m_gdbserver/
H A Dm_gdbserver.c892 case VgTs_Runnable:
H A Dserver.c1238 if (tst->status == VgTs_Runnable || tst->status == VgTs_Yielding) {
1252 "can only be accepted if the thread is VgTs_Runnable or VgTs_Yielding state\n"
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-darwin.c121 vg_assert(tst->status == VgTs_Runnable);
H A Dsyswrap-linux.c106 vg_assert(tst->status == VgTs_Runnable);

Completed in 261 milliseconds