Quantcast
Channel: Communicating between Kernel Threads in Linux - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Demiurg for Communicating between Kernel Threads in Linux

I would strongly advise against keeping the VxWorks architecture on Linux. Kernel thread proliferation is frowned upon, your code will never make it into official kernel tree. Even if you don't care...

View Article



Answer by caf for Communicating between Kernel Threads in Linux

It sounds like the workqueue interface might be what you're after - or for something lighter-weight, a kfifo combined with a rwsem semaphore.

View Article

Communicating between Kernel Threads in Linux

I am porting a app/PCI driver from vxWorks to Linux and I would like to keep the same architecture if possible. The current driver has 2 tasks(threads) that communicate with each other using message...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images