Home
last modified time | relevance | path

Searched refs:VgTs_Yielding (Results 1 – 9 of 9) sorted by relevance

/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/
Dm_threadstate.c80 case VgTs_Yielding: return "VgTs_Yielding"; in VG_()
Dpub_core_threadstate.h66 VgTs_Yielding, /* temporarily yielding the CPU */ enumerator
Dvgdb-invoker-ptrace.c208 case VgTs_Yielding: return "VgTs_Yielding"; in name_of_ThreadStatus()
/external/valgrind/coregrind/m_gdbserver/
Dm_gdbserver.c761 if (tst->status == VgTs_Yielding) { in call_gdbserver()
892 case VgTs_Yielding: in VG_()
Dserver.c1250 if (tst->status == VgTs_Runnable || tst->status == VgTs_Yielding) { in server_main()
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c322 sleepstate == VgTs_Yielding); in VG_()
448 VG_(release_BigLock)(tid, VgTs_Yielding, "VG_(vg_yield)"); in VG_()
1299 VG_(release_BigLock)(tid, VgTs_Yielding, in VG_()
/external/valgrind/coregrind/m_coredump/
Dcoredump-elf.c189 case VgTs_Yielding: in fill_prpsinfo()
Dcoredump-solaris.c221 case VgTs_Yielding: in fill_thread_state()