Module Name: src Committed By: thorpej Date: Sat Nov 14 00:08:50 UTC 1998 Modified Files: src/sys/sys: kthread.h src/sys/kern: init_main.c kern_kthread.c Log Message: Implement a way to queue kernel threads for creation after init, pagedaemon, reaper, etc. Caller provides a callback function and argument which will be called to create the threads.