about summary refs log tree commit diff
path: root/src/sched/affinity.c
Commit message (Expand)AuthorAgeFilesLines
* fix return value of pthread_getaffinity_np and pthread_setaffinity_npRich Felker2015-03-301-8/+11
* fix uninitialized output from sched_getaffinityRich Felker2015-03-301-1/+5
* add pthread_setaffinity_np and pthread_getaffinity_np functionsRich Felker2013-08-101-0/+26