summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/cpusetimpl.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Optional CPU Set Handler initializationSebastian Huber2016-02-031-12/+0
| | | | Update #2408.
* Fix even more Doxygen issuesJoel Sherrill2015-03-061-1/+0
|
* cpusetimpl.h: Add _CPU_set_Set() and improve DoxygenJoel Sherrill2014-05-301-25/+69
|
* score: Task get/set affinitySebastian Huber2014-04-151-0/+18
| | | | | Make rtems_task_get_affinity() and rtems_task_set_affinity() available on non-SMP configurations. Allow larger CPU sets.
* score: score: Add get/set affinity to Scheduler Framework.Jennifer Averett2014-04-031-1/+1
|
* score: Add cpuset support to Score.Jennifer Averett2014-03-071-0/+83
This new Score Handler provides a structure to manage a cpu_set_t plus helper routines to validate the contents against the current system configuration.