OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VgTs_Zombie
(Results
1 - 9
of
9
) sorted by null
/external/valgrind/main/coregrind/
m_threadstate.c
76
case
VgTs_Zombie
: return "
VgTs_Zombie
";
128
VG_(threads)[tid].status !=
VgTs_Zombie
)
pub_core_threadstate.h
62
VgTs_Zombie
, /* transient state just before exiting */
vgdb.c
418
case
VgTs_Zombie
: return "
VgTs_Zombie
";
[
all
...]
/external/valgrind/main/coregrind/m_gdbserver/
target.c
214
return tst->status !=
VgTs_Zombie
;
m_gdbserver.c
851
case
VgTs_Zombie
:
[
all
...]
/external/valgrind/main/coregrind/m_scheduler/
scheduler.c
360
ThreadState in
VgTs_Zombie
state, so that it doesn't get
507
VG_(threads)[tid].status =
VgTs_Zombie
;
[
all
...]
/external/valgrind/main/coregrind/m_coredump/
coredump-elf.c
197
case
VgTs_Zombie
:
/external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c
212
vg_assert(tst->status ==
VgTs_Zombie
);
[
all
...]
syswrap-darwin.c
276
vg_assert(tst->status ==
VgTs_Zombie
);
[
all
...]
Completed in 527 milliseconds