Re: looking for info on kernel_thread

pwhiting@fury.ittc.ukans.edu
Mon, 12 Apr 1999 11:13:46 -0500


I needed to be more explicit - I am talking specifically
about a thread of control created by the kernel_thread
call, which I believe is different from a tread created
by clone. I shouldn't have used the term "kernel thread"
in my original post, as it is most often used in the
context of the kernel supporting the creation of another
thread of control for a user process - ala clone. What
I am looking for is information on threads of control
in the kernel that are not associated with a user process.
These, (I think), can be created with kernel_thread.

thanks.

pete

On Mon, Apr 12, 1999 at 09:36:36AM -0500, pwhiting@fury.ittc.ukans.edu wrote:
> I am looking for some details about kernel threads.
> I see kernel_thread defined in arch/whatever/kernel/,
> but I am not totally clear on the details of how it
> works. Specifically, how is it scheduled? Is it
> preemptable? (my guess is no.)
>
> Is there a doc/book available with any details?
>
> thanks.
>
> pete
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.rutgers.edu
> Please read the FAQ at http://www.tux.org/lkml/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/