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 Felker2014-12-021-8/+11
* fix uninitialized output from sched_getaffinityRich Felker2014-12-021-1/+5
* add pthread_setaffinity_np and pthread_getaffinity_np functionsRich Felker2013-08-101-0/+26