Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2016-03-02 | add sched_getcpu vDSO support | Nathan Zadoks | -0/+31 |
2016-03-02 | add sched_getcpu | Nathan Zadoks | -0/+13 |
2014-12-02 | fix return value of pthread_getaffinity_np and pthread_setaffinity_np | Rich Felker | -8/+11 |
2014-12-02 | fix uninitialized output from sched_getaffinity | Rich Felker | -1/+5 |
2014-05-04 | remove useless __yield alias for sched_yield | Rich Felker | -4/+1 |
2013-08-10 | add pthread_setaffinity_np and pthread_getaffinity_np functions | Rich Felker | -18/+26 |
2013-08-10 | add cpu affinity interfaces | Rich Felker | -0/+29 |
2012-11-11 | add support for thread scheduling (POSIX TPS option) | Rich Felker | -9/+11 |
2012-05-03 | avoid setting nondefault scheduler too | Rich Felker | -1/+1 |
2012-05-03 | implement stub versions of sched_* | Rich Felker | -0/+59 |