Searched refs:VgTs_Zombie (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_threadstate.c76 case VgTs_Zombie: return "VgTs_Zombie";
139 VG_(threads)[tid].status != VgTs_Zombie)
H A Dpub_core_threadstate.h64 VgTs_Zombie, /* transient state just before exiting */ enumerator in enum:ThreadStatus
H A Dvgdb-invoker-ptrace.c213 case VgTs_Zombie: return "VgTs_Zombie";
/external/valgrind/main/coregrind/m_gdbserver/
H A Dtarget.c224 return tst->status != VgTs_Zombie;
H A Dm_gdbserver.c887 case VgTs_Zombie:
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c374 ThreadState in VgTs_Zombie state, so that it doesn't get
521 VG_(threads)[tid].status = VgTs_Zombie;
2171 VG_(threads)[tid].status == VgTs_Zombie)
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c198 case VgTs_Zombie:
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c276 vg_assert(tst->status == VgTs_Zombie);
H A Dsyswrap-linux.c211 vg_assert(tst->status == VgTs_Zombie);

Completed in 125 milliseconds