Home
last modified time | relevance | path

Searched refs:VgTs_Zombie (Results 1 – 11 of 11) sorted by relevance

/external/valgrind/coregrind/
Dm_threadstate.c81 case VgTs_Zombie: return "VgTs_Zombie"; in VG_()
144 VG_(threads)[tid].status != VgTs_Zombie) in VG_()
Dpub_core_threadstate.h67 VgTs_Zombie, /* transient state just before exiting */ enumerator
Dvgdb-invoker-ptrace.c209 case VgTs_Zombie: return "VgTs_Zombie"; in name_of_ThreadStatus()
/external/valgrind/coregrind/m_coredump/
Dcoredump-solaris.c231 case VgTs_Zombie: in fill_thread_state()
962 (VG_(threads)[t_idx].status != VgTs_Zombie)) { in VG_()
1028 (VG_(threads)[t_idx].status != VgTs_Zombie)) { in VG_()
Dcoredump-elf.c197 case VgTs_Zombie: in fill_prpsinfo()
/external/valgrind/coregrind/m_gdbserver/
Dtarget.c233 return tst->status != VgTs_Zombie; in valgrind_thread_alive()
Dm_gdbserver.c897 case VgTs_Zombie: in VG_()
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c537 VG_(threads)[tid].status = VgTs_Zombie; in mostly_clear_thread_record()
2253 VG_(threads)[tid].status == VgTs_Zombie) in VG_()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-solaris.c84 VG_(threads)[tid].status != VgTs_Zombie && in count_living_daemon_threads()
255 vg_assert(tst->status == VgTs_Zombie); in run_a_thread_NORETURN()
Dsyswrap-darwin.c257 vg_assert(tst->status == VgTs_Zombie); in run_a_thread_NORETURN()
Dsyswrap-linux.c210 vg_assert(tst->status == VgTs_Zombie); in run_a_thread_NORETURN()