Results 1 to 3 of 3
Hi,
I want to use kernel threads in Ubuntu 8.04 and I cannot find a way around.
Do I need to install a package or something?
I saw in the ...
- 04-28-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 2
Linux kernel threads in Ubuntu
Hi,
I want to use kernel threads in Ubuntu 8.04 and I cannot find a way around.
Do I need to install a package or something?
I saw in the web that people use the linux/kthread.h (kthread_create(), kthread_run(), etc) but I can't find it in my linux.
What are the initial steps in order to use kernel threads in a simple C program?
Thanx in advance
- 04-28-2009 #2Just Joined!
- Join Date
- Apr 2009
- Posts
- 90
I am not at all up on this, but isn't it the libpthreads library that you would use?
- 04-30-2009 #3Just Joined!
- Join Date
- Apr 2009
- Posts
- 2
libpthreads is the library for POSIX threads, which are user level threads (they can be scheduled either in user space or by the kernel scheduler). I want to use kernel space threads... How can I use them?


Reply With Quote