about summary refs log tree commit diff
path: root/src/sched/sched_yield.c
Commit message (Collapse)AuthorAgeFilesLines
* remove useless __yield alias for sched_yieldRich Felker2014-05-041-4/+1
| | | | | this is no longer used for anything, and reportedly clashed with a builtin on certain compilers.
* implement stub versions of sched_*Rich Felker2012-05-031-0/+10
these actually work, but for now they prohibit actually setting priority levels and report min/max priority as 0.