thread_fork 143 kern/include/thread.h int thread_fork(const char *name, struct proc *proc,
thread_fork 145 kern/startup/menu.c result = thread_fork(args[0] /* thread name */,
thread_fork 661 kern/synchprobs/catmouse.c error = thread_fork("cat_simulation thread", NULL, cat_simulation, NULL, catindex);
thread_fork 666 kern/synchprobs/catmouse.c error = thread_fork("mouse_simulation thread", NULL, mouse_simulation, NULL, catindex);
thread_fork 674 kern/synchprobs/catmouse.c error = thread_fork("mouse_simulation thread", NULL, mouse_simulation, NULL, mouseindex);
thread_fork 86 kern/synchprobs/whalemating.c err = thread_fork("Male Whale Thread", NULL,
thread_fork 90 kern/synchprobs/whalemating.c err = thread_fork("Female Whale Thread", NULL,
thread_fork 94 kern/synchprobs/whalemating.c err = thread_fork("Matchmaker Whale Thread", NULL,
thread_fork 101 kern/synchprobs/whalemating.c err = thread_fork("Male Whale Thread",
thread_fork 105 kern/synchprobs/whalemating.c err = thread_fork("Female Whale Thread",
thread_fork 109 kern/synchprobs/whalemating.c err = thread_fork("Matchmaker Whale Thread",
thread_fork 328 kern/test/fstest.c err = thread_fork("readstress", NULL,
thread_fork 390 kern/test/fstest.c err = thread_fork("writestress", NULL,
thread_fork 444 kern/test/fstest.c err = thread_fork("writestress2", NULL,
thread_fork 518 kern/test/fstest.c err = thread_fork("createstress", NULL,
thread_fork 521 kern/test/fstest.c err = thread_fork("createstress",
thread_fork 123 kern/test/malloctest.c result = thread_fork("mallocstress", NULL,
thread_fork 146 kern/test/synchtest.c result = thread_fork("semtest", NULL, semtestthread, NULL, i);
thread_fork 240 kern/test/synchtest.c result = thread_fork("synchtest", NULL, locktestthread,
thread_fork 333 kern/test/synchtest.c result = thread_fork("synchtest", NULL, cvtestthread, NULL, i);
thread_fork 105 kern/test/threadtest.c result = thread_fork(name, NULL,
thread_fork 142 kern/test/tt3.c result = thread_fork(name, NULL, sleepalot_thread, NULL, i);
thread_fork 147 kern/test/tt3.c result = thread_fork("waker", NULL, waker_thread, NULL, 0);
thread_fork 219 kern/test/tt3.c result = thread_fork(name, NULL, compute_thread, NULL, i);
thread_fork 137 kern/test/uw-tests.c result = thread_fork(name, NULL, add_thread, NULL, i);
thread_fork 146 kern/test/uw-tests.c result = thread_fork(name, NULL, sub_thread, NULL, i);
thread_fork 274 kern/test/uw-tests.c result = thread_fork(name, NULL, vmstats_thread, NULL, i);