HomeSort by relevance Sort by last modified time
    Searched full:zombie (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /external/valgrind/main/docs/internals/
tm-threadstates.dot 8 zombie;
18 running -> zombie [ label="non-detached thread\nterminates" ];
19 zombie -> dead [ label="join completed" ];
30 wait_mutex -> zombie [ style=dotted, label="thread dies\nwaiting" ];
35 wait_condvar -> zombie [ style=dotted, label="thread dies\nwaiting" ];
40 wait_join -> zombie [ style=dotted, label="thread dies\nwaiting" ];
45 zombie -> running [ style=dotted, label="unholy\nresurrection" ];
  /external/chromium/chrome/browser/ui/cocoa/
objc_zombie.h 15 // Enable zombie object debugging. This implements a variant of Apple's
23 // is queried to determine whether to make the object a zombie.
objc_zombie.mm 47 // minimum object size which can be made into a fat zombie (which can
54 // Whether to zombie all freed objects, or only those which return YES
130 // If the instance is big enough, make it into a fat zombie and have
131 // it remember the old |isa|. Otherwise make it a regular zombie.
168 // Attempt to determine the original class of zombie |object|.
196 [NSString stringWithFormat:@"Zombie <%s: %p> received -%s",
204 SetCrashKeyValue(@"zombie", aString);
333 // Create the new zombie treadmill, disabling zombies in case of
355 // Get index of the first shared zombie.
tracking_area.mm 22 // be zombie), this allows for introspection.
  /external/chromium_org/chrome/common/mac/
objc_zombie.h 14 // Enable zombie object debugging. This implements a variant of Apple's
22 // is queried to determine whether to make the object a zombie.
objc_zombie_unittest.mm 66 // When |soonInfected| becomes a zombie, the C++ destructors should
88 // When |soonInfected| becomes a zombie, the associated object
objc_zombie.mm 63 // minimum object size which can be made into a fat zombie (which can
70 // Whether to zombie all freed objects, or only those which return YES
110 // zombie falls off the treadmill! But by then |isa| will be a
116 // If the instance is big enough, make it into a fat zombie and have
117 // it remember the old |isa|. Otherwise make it a regular zombie.
192 // The object's class can be in the zombie record, but if that is
202 std::string aString = base::StringPrintf("Zombie <%s: %p> received -%s",
350 // Create the new zombie treadmill, disabling zombies in case of
372 // Get index of the first shared zombie.
  /libcore/luni/src/main/java/java/lang/ref/
FinalizerReference.java 38 // the 'zombie' field instead.
39 private T zombie; field in class:FinalizerReference
46 return zombie;
50 zombie = null;
100 sentinelReference.zombie = sentinel;
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
ps_util.py 21 continue # Ignore zombie processes
  /external/chromium/base/
process_posix.cc 36 // end up w/ a zombie when it does finally exit.
  /external/chromium_org/base/process/
process_iterator_linux.cc 109 // Is the process in 'Zombie' state, i.e. dead but waiting to be reaped?
114 // Nope, it's a zombie; somebody isn't cleaning up after their children.
kill_mac.cc 47 // zombie that a non-blocking (WNOHANG) waitpid can reap. This condition is
56 // eliminates another potential zombie vector. (If you're out of file
98 // this case the "zombie death race".
155 // zombie (or on the way to zombiedom) and kill will return 0 even if the
process_posix.cc 36 // end up w/ a zombie when it does finally exit.
  /libcore/libdvm/src/main/java/java/lang/
VMThread.java 60 Thread.State.TERMINATED, // ZOMBIE
  /external/chromium_org/native_client_sdk/src/doc/
publications-and-presentations.rst 137 Porting Zombie Track Meat
142 web, porting the undead decathlon `Zombie Track Meat
146 `Read more <http://fuzzycube.blogspot.com/2012/04/zombie-track-meat-post-mortem.html>`__
  /external/chromium/chrome/browser/cocoa/
authorization_util.h 11 // the forked pid. If used irresponsibly, zombie processes will accumulate.
  /external/chromium_org/net/quic/
quic_session.h 230 // means the stream may become a zombie stream which needs to stay
235 // zombie stream if the set is full.
238 // Closes the zombie stream |stream_id| and removes it from the zombie
  /external/chromium_org/ui/base/cocoa/
tracking_area.mm 22 // be zombie), this allows for introspection.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sigaction.h 55 #define SA_NOCLDWAIT 2 /* Don't create zombie on child death. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
elfcore.h 80 char pr_zomb; /* zombie */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sigaction.h 55 #define SA_NOCLDWAIT 2 /* Don't create zombie on child death. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
elfcore.h 80 char pr_zomb; /* zombie */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sigaction.h 55 #define SA_NOCLDWAIT 2 /* Don't create zombie on child death. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
elfcore.h 80 char pr_zomb; /* zombie */
  /external/qemu/distrib/sdl-1.2.15/src/
SDL.c 265 /* Exception handler to prevent the Audio thread hanging, making a zombie process! */
286 /* This removes the zombie audio thread in case of emergency. */

Completed in 808 milliseconds

1 2 3 4 5