Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add pthread_setaffinity_np and pthread_getaffinity_np functions | Rich Felker | 2013-08-10 | 1 | -8/+0 |
| | |||||
* | add cpu affinity interfaces | Rich Felker | 2013-08-10 | 1 | -0/+8 |
this first commit just includes the CPU_* and sched_* interfaces, not the pthread_* interfaces, which may be added later. simple sanity-check testing has been done for the basic interfaces, but most of the macros have not yet been tested. |