Move kthread_create() from lwkt_thread.c to kern_kthread.c. Add a new
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 29 Jul 2004 09:02:33 +0000 (09:02 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 29 Jul 2004 09:02:33 +0000 (09:02 +0000)
commit496907b08a31334749268b138825808414f5d976
tree6aa802173aef9111f9e308785ee59892cef770fc
parent234d4a62705bfdf73763d08a7bcd727f65ed157a
Move kthread_create() from lwkt_thread.c to kern_kthread.c.  Add a new
api function, kthread_create_stk(), which allows a custom stack size to be
specified.
sys/kern/kern_kthread.c
sys/kern/lwkt_thread.c
sys/sys/kthread.h