Re: IPC between tasks in kernel
From: Amit Limaye (amit.limaye_at_gmail.com)
Date: 02/11/05
- Next message: stef: "mount partition and size"
- Previous message: Frank A. Uepping: "Re: spin_lock_irqsave spin for infinite time? or timeout is associated with it?"
- In reply to: Michael Schnell: "Re: IPC between tasks in kernel"
- Next in thread: Kasper Dupont: "Re: IPC between tasks in kernel"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 10 Feb 2005 15:18:34 -0800
Please have a look at workqueues/taskqueues/waitqueues which will allow
u to manage synchronization problems and everything u could set up a
commom buffer between the the kernel threads/tasklets/tasks and use
waitquesues to signal availability of data
BTW semaphore are also available in the kernel which u can use for
syncing with shared buffers as mentioned earlier u dont need to
explicitly share buffers or data as all global data is visible to all
tasks in the kernel
- Next message: stef: "mount partition and size"
- Previous message: Frank A. Uepping: "Re: spin_lock_irqsave spin for infinite time? or timeout is associated with it?"
- In reply to: Michael Schnell: "Re: IPC between tasks in kernel"
- Next in thread: Kasper Dupont: "Re: IPC between tasks in kernel"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|