Threads of PRIORITY_REALTIME and above are no longer subject to being switched away...
commitd6cd1bc58e61d755aefcc66bcde351d140f81e2e
authorMichael Sevakis <jethead71@rockbox.org>
Sun, 18 Apr 2010 09:43:59 +0000 (18 09:43 +0000)
committerMichael Sevakis <jethead71@rockbox.org>
Sun, 18 Apr 2010 09:43:59 +0000 (18 09:43 +0000)
tree569ad510b5b14a10c01eeb318946123dfa6e51bf
parent1a10c75c03b721203d5994c53be2b3fc7c9eccea
Threads of PRIORITY_REALTIME and above are no longer subject to being switched away based upon aging of lower priority threads. Now, recommend a thread switch in wakeup_thread of any thread of higher priority is ready to run.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25666 a1c6a512-1295-4272-9138-f99709370657
firmware/thread.c