summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthreadattrsetaffinitynp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* posix: Fix warningSebastian Huber2014-09-081-2/+0
|
* posix: Move affinity from thread to scheduler.Jennifer Averett2014-04-031-2/+1
|
* Remove trailing whitespace in previous patchesJennifer Averett2014-03-071-1/+1
|
* posix: Add pthread_attr_t methods to get/set affinity.Jennifer Averett2014-03-071-0/+54
This patch adds the following methods: + pthread_attr_get_affinity_np + pthread_attr_set_affinity_np