-
- Downloads
sched: don't schedule() in thread::wake()
The thread that's doing the waking is obviously running, so no need to reschedule, and it's awkward if done from an interrupt.
Please register or sign in to comment
The thread that's doing the waking is obviously running, so no need to reschedule, and it's awkward if done from an interrupt.