haiku/headers
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
..
build Refactor reusable pkgman code into libpackage 2013-08-31 21:19:07 +02:00
compatibility
config
cpp
glibc Make public glibc header printf.h usable. 2013-07-17 18:07:56 +02:00
libs Merge remote-tracking branch 'haiku/master' into package-management 2013-07-08 14:01:00 +02:00
os Package Kit: Implement progress notifications. 2013-09-29 17:25:33 -04:00
posix Rename parameters to avoid compile error 2013-10-01 17:17:28 +02:00
private kernel: Remove possibility to yield to all threads 2013-10-09 20:42:34 +02:00
tools