Date: Tue, 11 Jun 2002 04:36:55 -0400 (EDT) From: John Baldwin <jhb@FreeBSD.org> To: Ferruccio Vitale <freebsd@cs.tin.it> Cc: freebsd-hackers@freebsd.org Subject: RE: kernel thread Message-ID: <XFMail.20020611043655.jhb@FreeBSD.org> In-Reply-To: <3D0477EE.9DAA3361@cs.tin.it>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20020611043655.jhb>