[Ilugc] Kernel_thread info?

  • From: tuxsudh@xxxxxxxxx (sudharsan)
  • Date: Thu Nov 18 17:11:35 2004

This gives some intro on kernel threads.
http://mail.nl.linux.org/kernelnewbies/2004-07/msg00343.html

Wait queues will work for kernel thread synchronisation......

Ideal solution to find out is to explore the kernel_thread usage in
the kernel source and use the best one.


On Thu, 18 Nov 2004 13:38:22 +0530, Raja Mallik <raja.mallik@xxxxxxxxxxx> wrote:

hi again,

How can I use synchronization machanism at kernel-mode between two
threads I have created using kernel_thread(1) and kernel_thread(2)?

I want to use concepts like mutex and messages queues.. Any pointers?

Thanks for reply and that was right to be called as declaration.. :)

raja 



On Thu, 2004-11-18 at 12:09, Anand Kumar Saha wrote:
  | From: Raja Mallik
  | Subject: [Ilugc] Kernel_thread info?

  | But where is the header that shows the defination of this prototype
  | function..                             ^^^^^^^^^^

declaration, right?  ;)

saha
--

_______________________________________________
To unsubscribe, email ilugc-request@xxxxxxxxxxxxx with
"unsubscribe <password> address"
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Other related posts: