summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpsignal01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtems: Rename rtems_smp_get_current_processor()Sebastian Huber2014-04-111-4/+4
| | | | | | | Rename rtems_smp_get_current_processor() in rtems_get_current_processor(). Make rtems_get_current_processor() a function in uni-processor configurations to enable ABI compatibility with SMP configurations.
* 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.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* tests/smptests: Use <rtems/test.h>Sebastian Huber2014-03-171-3/+6
|
* smptests/smpsignal01: New testSebastian Huber2013-07-304-0/+224