Threads of PRIORITY_REALTIME and above are no longer subject to being switched away...
commit0419251cfc3339f38edbed73cac3a650db3e72a5
authorjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Sun, 18 Apr 2010 09:43:59 +0000 (18 09:43 +0000)
committerjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Sun, 18 Apr 2010 09:43:59 +0000 (18 09:43 +0000)
tree569ad510b5b14a10c01eeb318946123dfa6e51bf
parent6cf8523fa846945c845800598fcfa4a527d82171
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