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 <[EMAIL PROTECTED]>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to