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

  /external/valgrind/coregrind/
m_threadstate.c 84 case VgTs_Zombie: return "VgTs_Zombie";
147 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_coredump/
coredump-solaris.c 231 case VgTs_Zombie:
962 (VG_(threads)[t_idx].status != VgTs_Zombie)) {
1028 (VG_(threads)[t_idx].status != VgTs_Zombie)) {
    [all...]
coredump-elf.c 211 case VgTs_Zombie:
  /external/valgrind/coregrind/m_gdbserver/
target.c 253 return tst->status != VgTs_Zombie;
m_gdbserver.c 897 case VgTs_Zombie:
    [all...]
  /external/valgrind/coregrind/m_scheduler/
scheduler.c 373 ThreadState in VgTs_Zombie state, so that it doesn't get
537 VG_(threads)[tid].status = VgTs_Zombie;
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-solaris.c 85 VG_(threads)[tid].status != VgTs_Zombie &&
256 vg_assert(tst->status == VgTs_Zombie);
    [all...]
syswrap-darwin.c 262 vg_assert(tst->status == VgTs_Zombie);
    [all...]
syswrap-linux.c 215 vg_assert(tst->status == VgTs_Zombie);
    [all...]

Completed in 304 milliseconds