In preparation to nest mutex::wait_lock under rq::lock we need to remove wakeups from under it. Do this by utilizing wake_qs to defer the wakeup until after the lock is dropped. [Heavily changed after |
||
|---|---|---|
| .. | ||
| Makefile | ||
| core.c | ||
| futex.h | ||
| pi.c | ||
| requeue.c | ||
| syscalls.c | ||
| waitwake.c | ||