c_zombies          61 kern/include/cpu.h 	struct threadlist c_zombies;	/* List of exited threads */
c_zombies         181 kern/thread/thread.c 	threadlist_init(&c->c_zombies);
c_zombies         277 kern/thread/thread.c 	while ((z = threadlist_remhead(&curcpu->c_zombies)) != NULL) {
c_zombies         610 kern/thread/thread.c 		threadlist_addtail(&curcpu->c_zombies, cur);