Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Oct 2001 08:07:21 -0400 (EDT)
From:      Daniel Eischen <eischen@vigrid.com>
To:        "Eugene L. Vorokov" <vel@bugz.infotecs.ru>
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: kernel threads
Message-ID:  <Pine.SUN.3.91.1011025080317.3239A-100000@pcnet1.pcnet.com>
In-Reply-To: <200110250803.f9P83So32210@bugz.infotecs.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 25 Oct 2001, Eugene L. Vorokov wrote:
> Hello,
> 
> does FreeBSD currently have something similar to linux's kernel_thread() ?
> Or is it what KSE intends to implement ? Can I somehow run "independent"
> kernel thread, which will, for instance, check some flag that I set inside
> interrupt handler and do some job that can't be done in the interrupt ?

Others have pointed you at kthread(9), but if you're running -current, 
you might also want to checkout taskqueue(9) and ithread(9).

-- 
Dan Eischen

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.SUN.3.91.1011025080317.3239A-100000>