summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthreadattrsetaffinitynp.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-08posix: Fix warningSebastian Huber1-2/+0
2014-04-03posix: Move affinity from thread to scheduler.Jennifer Averett1-2/+1
2014-03-07Remove trailing whitespace in previous patchesJennifer Averett1-1/+1
2014-03-07posix: Add pthread_attr_t methods to get/set affinity.Jennifer Averett1-0/+54
This patch adds the following methods: + pthread_attr_get_affinity_np + pthread_attr_set_affinity_np