aboutsummaryrefslogtreecommitdiff
path: root/src/sched/sched_getaffinity.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add pthread_setaffinity_np and pthread_getaffinity_np functionsRich Felker2013-08-101-10/+0
|
* add cpu affinity interfacesRich Felker2013-08-101-0/+10
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.