Pawel Dziepak 29e65827fd kernel: Remove possibility to yield to all threads
Kernel support for yielding to all (including lower priority) threads
has been removed. POSIX sched_yield() remains unchanged.

If a thread really needs to yield to everyone it can reduce its priority
to the lowest possible and then yield (it will then need to manually
return to its prvious priority upon continuing).
2013-10-09 20:42:34 +02:00
..
2012-10-08 13:59:16 +02:00
2013-10-09 04:26:09 +02:00
2011-11-01 17:19:26 +00:00
2012-07-09 11:11:38 +01:00
2011-11-02 16:02:07 +00:00