This section describes places within the
NetBSD source tree where actual code implementing or using the kthread framework can be found. All pathnames are relative to
/usr/src.
The kthread framework itself is implemented within the file
sys/kern/kern_kthread.c. Data structures and function prototypes for the framework are located in
sys/sys/kthread.h.