Searched refs:zombies (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dwaitpid.c111 static struct zombie* zombies;
114 zp = zombies;
120 else zombies = zp->next;
191 zp->next = zombies;
192 zombies = zp;
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DWeakGCMap.h102 Vector<KeyType, 4> zombies; local
106 zombies.append(it->key);
108 for (size_t i = 0; i < zombies.size(); ++i)
109 remove(zombies[i]);
/macosx-10.9.5/ksh-20/ksh/src/lib/libcoshell/
H A Dcowait.c105 * cowait() always reaps the zombies first
155 * first drain the zombies
159 zombies:
200 goto zombies;
313 * nuke the zombies
/macosx-10.9.5/emacs-92/emacs/src/
H A Dalloc.c4156 static Lisp_Object zombies[MAX_ZOMBIES];
4166 /* Average percentage of zombies per collection. */
4185 zombie_list = Fcons (zombies[i], zombie_list);
4186 args[0] = build_string ("%d GCs, avg live/zombies = %.2f/%.2f (%f%%), max %d/%d\nzombies: %S");
4255 zombies[nzombies] = obj;
4512 debug_print (zombies[i]);
5338 /* Compute average percentage of zombies. */
4142 static Lisp_Object zombies[MAX_ZOMBIES]; variable
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dgnus-refcard.tex203 8 & & zombies \\

Completed in 134 milliseconds