Driver porting: the workqueue interface.
Posted Jan 20, 2005 6:17 UTC (Thu) by
amit2030 (guest, #27378)
In reply to:
Driver porting: the workqueue interface. by Albert
Parent article:
Driver porting: the workqueue interface.
Hi,
I wanted to know whether the workqueue gets scheduled before a kernel thread (created by kthread_run()). I have a function that runs in the thread created by kthread_run(). If I use the workqueue interface, then will it be scheduled before other threads created by kthread_run().
Regards,
(
Log in to post comments)