Date: Tue, 11 Jun 2002 10:11:26 -0400 (EDT) From: Zhihui Zhang <zzhang@cs.binghamton.edu> To: John Baldwin <jhb@FreeBSD.org> Cc: Ferruccio Vitale <freebsd@cs.tin.it>, freebsd-hackers@freebsd.org Subject: RE: kernel thread Message-ID: <Pine.SOL.4.21.0206111010300.6948-100000@opal> In-Reply-To: <XFMail.20020611043655.jhb@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I asked a very similar question a while ago (within at most two months I think). Try search for subject "kernel daemon cleanup". -Zhihui On Tue, 11 Jun 2002, John Baldwin wrote: > > On 10-Jun-2002 Ferruccio Vitale wrote: > > Hi, > > > > how can I destroy a kernel thread that I previously created? > > Regards, > > You need to signal the kthread (kproc) somehow and have it call > kthread_exit() to commit suicide. > > -- > > John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ > "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.4.21.0206111010300.6948-100000>