aboutsummaryrefslogtreecommitdiff
path: root/src/sched
AgeCommit message (Expand)AuthorFilesLines
2019-07-29sched_rr_get_interval: don't assume time_t is 32-bit on 32-bit archsRich Felker1-0/+14
2018-09-12move and deduplicate declarations of __vdsosym to make it checkableRich Felker1-2/+0
2016-03-02add sched_getcpu vDSO supportNathan Zadoks1-0/+31
2016-03-02add sched_getcpuNathan Zadoks1-0/+13
2014-12-02fix return value of pthread_getaffinity_np and pthread_setaffinity_npRich Felker1-8/+11
2014-12-02fix uninitialized output from sched_getaffinityRich Felker1-1/+5
2014-05-04remove useless __yield alias for sched_yieldRich Felker1-4/+1
2013-08-10add pthread_setaffinity_np and pthread_getaffinity_np functionsRich Felker3-18/+26
2013-08-10add cpu affinity interfacesRich Felker3-0/+29
2012-11-11add support for thread scheduling (POSIX TPS option)Rich Felker6-9/+11
2012-05-03avoid setting nondefault scheduler tooRich Felker1-1/+1
2012-05-03implement stub versions of sched_*Rich Felker7-0/+59