Unreliable Guide To Hacking The Linux Kernel | ||
---|---|---|
<<< Previous | Wait Queues include/linux/wait.h | Next >>> |
Call wake_up()
include/linux/sched.h;,
which will wake up every process in the queue. The exception is
if one has TASK_EXCLUSIVE
set, in which case
the remainder of the queue will not be woken.
<<< Previous | Home | Next >>> |
Queuing | Up | Atomic Operations |