Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/
Dm_threadstate.c57 case VgTs_Zombie: return "VgTs_Zombie"; in VG_()
109 VG_(threads)[tid].status != VgTs_Zombie) in VG_()
Dpub_core_threadstate.h62 VgTs_Zombie, /* transient state just before exiting */ enumerator
Dvgdb.c415 case VgTs_Zombie: return "VgTs_Zombie"; in name_of_ThreadStatus()
/external/valgrind/main/coregrind/m_gdbserver/
Dvalgrind-low.c131 return tst->status != VgTs_Zombie; in valgrind_thread_alive()
Dm_gdbserver.c792 case VgTs_Zombie: in VG_()
/external/valgrind/main/coregrind/m_scheduler/
Dscheduler.c470 VG_(threads)[tid].status = VgTs_Zombie; in mostly_clear_thread_record()
1913 VG_(threads)[tid].status == VgTs_Zombie) in VG_()
/external/valgrind/main/coregrind/m_coredump/
Dcoredump-elf.c197 case VgTs_Zombie: in fill_prpsinfo()
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-linux.c191 vg_assert(tst->status == VgTs_Zombie); in run_a_thread_NORETURN()
Dsyswrap-darwin.c277 vg_assert(tst->status == VgTs_Zombie); in run_a_thread_NORETURN()