summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smppsxaffinity02 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* smptests: Avoid use of uninitialized dataSebastian Huber2014-06-131-0/+2
|
* 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.
* smppsxaffinity02: 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/+6
|
* smptests/smppsxaffinity02: Fix end of test messageSebastian Huber2014-03-101-1/+1
|
* Remove trailing whitespace in previous patchesJennifer Averett2014-03-072-18/+18
|
* smptests: Add smppsxaffinity02.Jennifer Averett2014-03-074-0/+302
This method exercises the ability to dynamically get and set the affinity of POSIX threads. NOTE: There is no scheduler support for affinity. This is simply a data integrity test.