Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
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 |