Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_threadstate.c78 case VgTs_Runnable: return "VgTs_Runnable"; in VG_()
126 tst->status == VgTs_Runnable; // and we're runnable in VG_()
157 if (VG_(threads)[tid].status == VgTs_Runnable) in VG_()
Dpub_core_threadstate.h64 VgTs_Runnable, /* ready to run */ enumerator
Dm_signals.c2021 vg_assert(VG_(threads)[tid].status == VgTs_Runnable); in synth_fault_common()
2063 vg_assert(VG_(threads)[tid].status == VgTs_Runnable); in VG_()
2083 vg_assert(VG_(threads)[tid].status == VgTs_Runnable); in VG_()
2114 vg_assert(VG_(threads)[tid].status == VgTs_Runnable); in VG_()
2156 vg_assert(VG_(threads)[tid].status == VgTs_Runnable); in VG_()
Dvgdb-invoker-ptrace.c206 case VgTs_Runnable: return "VgTs_Runnable"; in name_of_ThreadStatus()
/external/valgrind/gdbserver_tests/
DmcinfcallWSRU.stderrB.exp30 can only be accepted if the thread is VgTs_Runnable or VgTs_Yielding state
39 can only be accepted if the thread is VgTs_Runnable or VgTs_Yielding state
48 can only be accepted if the thread is VgTs_Runnable or VgTs_Yielding state
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c284 vg_assert(tst->status != VgTs_Runnable); in VG_()
286 tst->status = VgTs_Runnable; in VG_()
319 vg_assert(tst->status == VgTs_Runnable); in VG_()
/external/valgrind/coregrind/m_gdbserver/
Dserver.c1250 if (tst->status == VgTs_Runnable || tst->status == VgTs_Yielding) { in server_main()
Dm_gdbserver.c902 case VgTs_Runnable: in VG_()
/external/valgrind/coregrind/m_coredump/
Dcoredump-elf.c188 case VgTs_Runnable: in fill_prpsinfo()
Dcoredump-solaris.c220 case VgTs_Runnable: in fill_thread_state()
/external/valgrind/docs/internals/
Dthreads-syscalls-signals.txt4 thread state to VgTs_Runnable, and the thread will attempt to take
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-darwin.c121 vg_assert(tst->status == VgTs_Runnable); in thread_wrapper()
Dsyswrap-solaris.c138 vg_assert(tst->status == VgTs_Runnable); in thread_wrapper()
Dsyswrap-linux.c106 vg_assert(tst->status == VgTs_Runnable); in thread_wrapper()