HomeSort by relevance Sort by last modified time
    Searched refs:VgTs_Zombie (Results 1 - 9 of 9) sorted by null

  /external/valgrind/coregrind/
m_threadstate.c 85 case VgTs_Zombie: return "VgTs_Zombie";
148 VG_(threads)[tid].status != VgTs_Zombie)
pub_core_threadstate.h 67 VgTs_Zombie, /* transient state just before exiting */
vgdb-invoker-ptrace.c 209 case VgTs_Zombie: return "VgTs_Zombie";
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
target.c 233 return tst->status != VgTs_Zombie;
m_gdbserver.c 887 case VgTs_Zombie:
    [all...]
  /external/valgrind/coregrind/m_scheduler/
scheduler.c 371 ThreadState in VgTs_Zombie state, so that it doesn't get
518 VG_(threads)[tid].status = VgTs_Zombie;
    [all...]
  /external/valgrind/coregrind/m_coredump/
coredump-elf.c 199 case VgTs_Zombie:
  /external/valgrind/coregrind/m_syswrap/
syswrap-darwin.c 257 vg_assert(tst->status == VgTs_Zombie);
    [all...]
syswrap-linux.c 210 vg_assert(tst->status == VgTs_Zombie);
    [all...]

Completed in 185 milliseconds