threadlist 61 kern/include/cpu.h struct threadlist c_zombies; /* List of exited threads */ threadlist 69 kern/include/cpu.h struct threadlist c_runqueue; /* Run queue for this cpu */ threadlist 63 kern/thread/thread.c struct threadlist wc_threads; /* list of waiting threads */ threadlist 861 kern/thread/thread.c struct threadlist victims; threadlist 1063 kern/thread/thread.c struct threadlist list;