Searched refs:VgTs_Runnable (Results 1 – 12 of 12) sorted by relevance
73 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_()
59 VgTs_Runnable, /* ready to run */ enumerator
1823 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_()
415 case VgTs_Runnable: return "VgTs_Runnable"; in name_of_ThreadStatus()
33 can only be accepted if the thread is VgTs_Runnable or VgTs_Yielding state42 can only be accepted if the thread is VgTs_Runnable or VgTs_Yielding state51 can only be accepted if the thread is VgTs_Runnable or VgTs_Yielding state
273 vg_assert(tst->status != VgTs_Runnable); in VG_()275 tst->status = VgTs_Runnable; in VG_()305 vg_assert(tst->status == VgTs_Runnable); in VG_()
857 if (tst->status == VgTs_Runnable || tst->status == VgTs_Yielding) { in server_main()
856 case VgTs_Runnable: in VG_()
188 case VgTs_Runnable: in fill_prpsinfo()
4 thread state to VgTs_Runnable, and the thread will attempt to take
107 vg_assert(tst->status == VgTs_Runnable); in thread_wrapper()
121 vg_assert(tst->status == VgTs_Runnable); in thread_wrapper()