summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthreadsetaffinitynp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Add scheduler control to scheduler opsSebastian Huber2014-04-041-7/+10
| | | | | Scheduler operations must be free of a global scheduler context to enable partitioned/clustered scheduling.
* posix: Move affinity from thread to scheduler.Jennifer Averett2014-04-031-7/+7
|
* Remove trailing whitespace in previous patchesJennifer Averett2014-03-071-1/+1
|
* posix: Add dynamic pthread get and set affinity.Jennifer Averett2014-03-071-0/+69
This patch adds the following methods: + pthread_get_affinity_np + pthread_set_affinity_np