summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smppsxaffinity01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtems: Rename rtems_smp_get_processor_count()Sebastian Huber2014-04-111-1/+1
| | | | | | Rename rtems_smp_get_processor_count() in rtems_get_processor_count(). Make rtems_get_processor_count() a function in uni-processor configurations to enable ABI compatibility with SMP configurations.
* smppsxaffinity01: Use Priority Affinity SMP scheduler.Jennifer Averett2014-04-031-0/+1
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-212-2/+2
|
* tests/smptests: Use <rtems/test.h>Sebastian Huber2014-03-171-4/+8
|
* Remove trailing whitespace in previous patchesJennifer Averett2014-03-072-8/+8
|
* smptests: Add smppsxaffinity01.Jennifer Averett2014-03-074-0/+230
This test exercises the ability to obtain and modify the affinity field of the POSIX thread attributes.