Home
last modified time | relevance | path

Searched refs:VgTs_Runnable (Results 1 – 12 of 12) sorted by relevance

/external/valgrind/main/coregrind/
Dm_threadstate.c73 case VgTs_Runnable: return "VgTs_Runnable"; in VG_()
110 tst->status == VgTs_Runnable; // and we're runnable in VG_()
141 if (VG_(threads)[tid].status == VgTs_Runnable) in VG_()
Dpub_core_threadstate.h59 VgTs_Runnable, /* ready to run */ enumerator
Dm_signals.c1823 vg_assert(VG_(threads)[tid].status == VgTs_Runnable); in synth_fault_common()
1864 vg_assert(VG_(threads)[tid].status == VgTs_Runnable); in VG_()
1884 vg_assert(VG_(threads)[tid].status == VgTs_Runnable); in VG_()
1915 vg_assert(VG_(threads)[tid].status == VgTs_Runnable); in VG_()
Dvgdb.c415 case VgTs_Runnable: return "VgTs_Runnable"; in name_of_ThreadStatus()
/external/valgrind/main/gdbserver_tests/
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/
Dscheduler.c273 vg_assert(tst->status != VgTs_Runnable); in VG_()
275 tst->status = VgTs_Runnable; in VG_()
305 vg_assert(tst->status == VgTs_Runnable); in VG_()
/external/valgrind/main/coregrind/m_gdbserver/
Dserver.c857 if (tst->status == VgTs_Runnable || tst->status == VgTs_Yielding) { in server_main()
Dm_gdbserver.c856 case VgTs_Runnable: in VG_()
/external/valgrind/main/coregrind/m_coredump/
Dcoredump-elf.c188 case VgTs_Runnable: in fill_prpsinfo()
/external/valgrind/main/docs/internals/
Dthreads-syscalls-signals.txt4 thread state to VgTs_Runnable, and the thread will attempt to take
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-linux.c107 vg_assert(tst->status == VgTs_Runnable); in thread_wrapper()
Dsyswrap-darwin.c121 vg_assert(tst->status == VgTs_Runnable); in thread_wrapper()