Searched refs:VgTs_Yielding (Results 1 - 8 of 8) sorted by relevance

/external/valgrind/main/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/main/coregrind/
H A Dm_threadstate.c75 case VgTs_Yielding: return "VgTs_Yielding";
H A Dpub_core_threadstate.h63 VgTs_Yielding, /* temporarily yielding the CPU */ enumerator in enum:ThreadStatus
H A Dvgdb-invoker-ptrace.c212 case VgTs_Yielding: return "VgTs_Yielding";
/external/valgrind/main/coregrind/m_gdbserver/
H A Dm_gdbserver.c761 if (tst->status == VgTs_Yielding) {
882 case VgTs_Yielding:
H A Dserver.c1067 if (tst->status == VgTs_Runnable || tst->status == VgTs_Yielding) {
1081 "can only be accepted if the thread is VgTs_Runnable or VgTs_Yielding state\n"
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c322 sleepstate == VgTs_Yielding);
449 VG_(release_BigLock)(tid, VgTs_Yielding, "VG_(vg_yield)");
1234 VG_(release_BigLock)(tid, VgTs_Yielding,
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c190 case VgTs_Yielding:

Completed in 2254 milliseconds