Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Just 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?

  3. #3
    Just 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?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...