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

  /external/valgrind/main/coregrind/
m_threadstate.c 56 case VgTs_Zombie: return "VgTs_Zombie";
108 VG_(threads)[tid].status != VgTs_Zombie)
pub_core_threadstate.h 62 VgTs_Zombie, /* transient state just before exiting */
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-ppc64-aix5.c 186 vg_assert(tst->status == VgTs_Zombie);
syswrap-ppc32-aix5.c 186 vg_assert(tst->status == VgTs_Zombie);
    [all...]
syswrap-linux.c 165 vg_assert(tst->status == VgTs_Zombie);
    [all...]
syswrap-darwin.c 249 vg_assert(tst->status == VgTs_Zombie);
    [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 294 ThreadState in VgTs_Zombie state, so that it doesn't get
445 VG_(threads)[tid].status = VgTs_Zombie;
    [all...]
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 196 case VgTs_Zombie:

Completed in 50 milliseconds