Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sched_rr_get_interval: don't assume time_t is 32-bit on 32-bit archs | Rich Felker | 2019-07-29 | 1 | -0/+14 |
* | move and deduplicate declarations of __vdsosym to make it checkable | Rich Felker | 2018-09-12 | 1 | -2/+0 |
* | add sched_getcpu vDSO support | Nathan Zadoks | 2016-03-02 | 1 | -0/+31 |
* | add sched_getcpu | Nathan Zadoks | 2016-03-02 | 1 | -0/+13 |
* | fix return value of pthread_getaffinity_np and pthread_setaffinity_np | Rich Felker | 2014-12-02 | 1 | -8/+11 |
* | fix uninitialized output from sched_getaffinity | Rich Felker | 2014-12-02 | 1 | -1/+5 |
* | remove useless __yield alias for sched_yield | Rich Felker | 2014-05-04 | 1 | -4/+1 |
* | add pthread_setaffinity_np and pthread_getaffinity_np functions | Rich Felker | 2013-08-10 | 3 | -18/+26 |
* | add cpu affinity interfaces | Rich Felker | 2013-08-10 | 3 | -0/+29 |
* | add support for thread scheduling (POSIX TPS option) | Rich Felker | 2012-11-11 | 6 | -9/+11 |
* | avoid setting nondefault scheduler too | Rich Felker | 2012-05-03 | 1 | -1/+1 |
* | implement stub versions of sched_* | Rich Felker | 2012-05-03 | 7 | -0/+59 |