summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/cpuset.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__Joel Sherrill2017-01-111-4/+0
|
* Fix more Doxygen typosJoel Sherrill2015-03-061-1/+1
|
* score: Include missing header fileSebastian Huber2014-04-041-5/+8
|
* Remove trailing whitespace in previous patchesJennifer Averett2014-03-071-3/+3
|
* score: Add cpuset support to Score.Jennifer Averett2014-03-071-0/+64
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.