summaryrefslogtreecommitdiff
path: root/src/sched
AgeCommit message (Expand)AuthorLines
2018-09-12move and deduplicate declarations of __vdsosym to make it checkableRich Felker-2/+0
2016-03-02add sched_getcpu vDSO supportNathan Zadoks-0/+31
2016-03-02add sched_getcpuNathan Zadoks-0/+13
2014-12-02fix return value of pthread_getaffinity_np and pthread_setaffinity_npRich Felker-8/+11
2014-12-02fix uninitialized output from sched_getaffinityRich Felker-1/+5
2014-05-04remove useless __yield alias for sched_yieldRich Felker-4/+1
2013-08-10add pthread_setaffinity_np and pthread_getaffinity_np functionsRich Felker-18/+26
2013-08-10add cpu affinity interfacesRich Felker-0/+29
2012-11-11add support for thread scheduling (POSIX TPS option)Rich Felker-9/+11
2012-05-03avoid setting nondefault scheduler tooRich Felker-1/+1
2012-05-03implement stub versions of sched_*Rich Felker-0/+59