April 20, 2015
4:39 p.m.
On 04/20/2015 11:23 AM, michi1@michaelblizek.twilightparadox.com wrote:
I would not recommend that. There are already functions in linux/wait.h for these purposes like wait_event_interruptible().
can you do that in the kernel? The wait_event_interuptable creates wait queues? One of the things that makes this more confusing is that there is wait/signal syntax for concurrence as well