summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smppsxaffinity02 (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-06-13smptests: Avoid use of uninitialized dataSebastian Huber1-0/+2
2014-04-11rtems: Rename rtems_smp_get_processor_count()Sebastian Huber1-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.
2014-04-03smppsxaffinity02: Use Priority Affinity SMP scheduler.Jennifer Averett1-0/+1
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns2-2/+2
2014-03-17tests/smptests: Use <rtems/test.h>Sebastian Huber1-4/+6
2014-03-10smptests/smppsxaffinity02: Fix end of test messageSebastian Huber1-1/+1
2014-03-07Remove trailing whitespace in previous patchesJennifer Averett2-18/+18
2014-03-07smptests: Add smppsxaffinity02.Jennifer Averett4-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.