Linux World: Kernel Thread Creation : 1

Linux World Home Programming Computer Architecture Tit Bits Trouble Shoot Kernel Related Quizzes corrects IE6 width calculation google_ad_section_start(name=default) Kernel Thread Creation : 1 The Linux way of handling threads is unique when compared to the traditional approach. Generally a thread and a process are treated in different ways, but in case of linux thread is also just another process and is handled in the same fashion as any other process. Let us take write a small module to create a kernel thread and try to understand the various functions involved in the same. To work with threads you would need the header file linux/kthread.h A thread is created by the c...

Linked on 2015-03-30 04:53:07 | Similar Links