What are kernel threads ?

Submitted by Anonymous
on February 11, 2006 - 9:48pm

Hello,
In my Driver module i want to create a thread and execute some function in the function mentioned as a parameter in thread creation .
Can anybody give me exampleof this.
Thanks in advance..

what are you going to do?

Anonymous (not verified)
on
February 12, 2006 - 6:35am

what? give an example!

see the function rest_init(..

Anonymous (not verified)
on
February 13, 2006 - 7:11am

see the function rest_init(...) in linux/init/main.c

this is the kernel thread that launches the init process and
provides the simplest example.

Why are people so lazy?? A si

Anonymous (not verified)
on
February 13, 2006 - 9:35am

Why are people so lazy?? A simple google search should solve your problem :)

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.